Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
pass_inputbooleanUse the current task's input as the workflow's final output payload
clean_temp_filesbooleanDelete any temporary files created during the workflow run when this End node is reached

See also: Tasks overview

S-Launch