End
The End node marks the termination of a workflow execution path. A workflow can have multiple End nodes to represent different completion outcomes — for example, a success path and an error path.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
pass_input | boolean | Use the current task's input as the workflow's final output payload |
clean_temp_files | boolean | Delete any temporary files created during the workflow run when this End node is reached |
See also: Tasks overview
