Skip to content
Open
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
1 change: 1 addition & 0 deletions idn/v3/schemas/workflows/WorkflowExecution.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ properties:
description: The workflow execution status
type: string
enum:
- "Executing"
- "Completed"
- "Failed"
- "Canceled"
Expand Down
4 changes: 4 additions & 0 deletions idn/v3/schemas/workflows/WorkflowExecutionEvent.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
type: object
properties:
type:
type: string
description: The type of event
enum:
- TimerFired
- TimerStarted
- WorkflowExecutionScheduled
- WorkflowExecutionStarted
- WorkflowExecutionCompleted
Expand All @@ -11,6 +14,7 @@ properties:
- WorkflowTaskStarted
- WorkflowTaskCompleted
- WorkflowTaskFailed
- WorkflowTaskTimedOut
- ActivityTaskScheduled
- ActivityTaskStarted
- ActivityTaskCompleted
Expand Down