Skip to content

Commit 7bf1279

Browse files
committed
fix(dsl-reference): improve table formatting
Signed-off-by: Gilles Barbier <[email protected]>
1 parent 59b4c35 commit 7bf1279

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dsl-reference.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,12 +1150,12 @@ 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. |
1156-
| `"exit"` | Complete the current scope's execution, potentially terminating the entire workflow if the current task resides within the main `do` scope. |
1157-
| `"end"` | Provides a graceful conclusion to the workflow execution, signaling its completion explicitly. |
1158-
| `string` | Continues the workflow at the task with the specified name |
1156+
| `"exit"` | Completes the current scope's execution, potentially terminating the entire workflow if the current task resides within the main `do` scope. |
1157+
| `"end"` | Provides a graceful conclusion to the workflow execution, signaling its completion explicitly. |
1158+
| `string` | Continues the workflow at the task with the specified name. |
11591159

11601160
> [!WARNING]
11611161
> Flow directives may only redirect to tasks declared within their own scope. In other words, they cannot target tasks at a different depth.

0 commit comments

Comments
 (0)