Skip to content

Commit a85afeb

Browse files
committed
Formatted warnings using propert GFMD syntax
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent d69b15d commit a85afeb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

dsl-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1110,7 +1110,8 @@ Flow Directives are commands within a workflow that dictate its progression.
11101110
| `"end"` | Provides a graceful conclusion to the workflow execution, signaling its completion explicitly. |
11111111
| `string` | Continues the workflow at the task with the specified name |
11121112

1113-
⚠️ Flow directives may only redirect to tasks declared within their own scope. In other words, they cannot target tasks at a different depth.
1113+
> [!WARNING]
1114+
> Flow directives may only redirect to tasks declared within their own scope. In other words, they cannot target tasks at a different depth.
11141115

11151116
### External Resource
11161117

dsl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ Once the task has been executed, different things can happen:
183183
- `fault`: the task raised an uncaught error, which abruptly halts the workflow's execution and makes it transition to `faulted` [status phase](#status-phases).
184184
- `end`: the task explicitly and gracefully ends the workflow's execution.
185185

186-
⚠️ Flow directives may only redirect to tasks declared within their own scope. In other words, they cannot target tasks at a different depth.
186+
> [!WARNING]
187+
> Flow directives may only redirect to tasks declared within their own scope. In other words, they cannot target tasks at a different depth.
187188
188189
### Data Flow
189190

0 commit comments

Comments
 (0)