You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `"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. |
1159
1159
1160
1160
> [!WARNING]
1161
1161
> 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