Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions aep/general/0151/aep.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ Content-Type: application/json
{
"id": "op_abc123xyz",
"state": "pending",
"metadata": {
"createdTime": "2025-12-02T10:30:00Z"
}
"createdTime": "2025-12-02T10:30:00Z"
}
```

Expand Down Expand Up @@ -148,6 +146,10 @@ Operation:
- failed
- cancelled
description: The current state of the operation.
createdTime:
type: string
format: date-time
description: The time at which the operation was created.
metadata:
type: object
description:
Expand Down Expand Up @@ -198,6 +200,7 @@ Operation:

## Changelog

- **2026-04-14**: Fix `createdTime` field in operation schema and example
- **2025-12-10**: Initial creation, adapted from [Google AIP-151][] and aep.dev
[AEP-151][].

Expand Down
2 changes: 1 addition & 1 deletion aep/general/0151/aep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: 151
state: approved
slug: long-running-operations
created: 2025-12-10
updated: 2025-12-10
updated: 2026-04-14
placement:
category: design-patterns
order: 70
Expand Down
Loading