Skip to content

Commit 5e2db39

Browse files
committed
fix(dsl-reference): clarify flow directive descriptions
Signed-off-by: Gilles Barbier <[email protected]>
1 parent 7bf1279 commit 5e2db39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dsl-reference.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1150,8 +1150,8 @@ do:
11501150

11511151
Flow Directives are commands within a workflow that dictate its progression.
11521152

1153-
| Directive | Description |
1154-
| --------- | ----------- |
1153+
| Directive | Description |
1154+
| --------- |-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
11551155
| `"continue"` | Instructs the workflow to proceed with the next task in line. This action may conclude the execution of a particular workflow or branch if there are not task defined after the continue one. |
11561156
| `"exit"` | Completes the current scope's execution, potentially terminating the entire workflow if the current task resides within the main `do` scope. |
11571157
| `"end"` | Provides a graceful conclusion to the workflow execution, signaling its completion explicitly. |

0 commit comments

Comments
 (0)