Skip to content

Commit fe02547

Browse files
committed
Lowercases all workflow status phases, and renamed suspended by waiting
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
1 parent 4f17742 commit fe02547

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

dsl.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ Workflows in the Serverless Workflow DSL can exist in several phases, each indic
5050

5151
| Phase | Description |
5252
| --- | --- |
53-
| `Pending` | The workflow has been initiated and is pending execution. |
54-
| `Running` | The workflow is currently in progress. |
55-
| `Suspended` | The workflow execution has been paused or halted temporarily. |
56-
| `Cancelled` | The workflow execution has been terminated before completion. |
57-
| `Faulted` | The workflow execution has encountered an error. |
58-
| `Completed` | The workflow execution has successfully finished all tasks. |
53+
| `pending` | The workflow has been initiated and is pending execution. |
54+
| `running` | The workflow is currently in progress. |
55+
| `waiting` | The workflow execution has been paused or halted temporarily and is waiting for something to happen. |
56+
| `cancelled` | The workflow execution has been terminated before completion. |
57+
| `faulted` | The workflow execution has encountered an error. |
58+
| `completed` | The workflow execution has successfully finished all tasks. |
5959

6060
Additionally, the flow of execution within a workflow can be controlled using [directives*](#flow-directives), which provide instructions to the workflow engine on how to manage and handle specific aspects of workflow execution.
6161

0 commit comments

Comments
 (0)