Complete


  • Purpose: Signal the successful completion of a specific path or branch within the workflow execution.

  • Functionality: It explicitly marks the point where a workflow path is considered successfully finished. Useful for workflows with conditional logic and multiple possible endpoints.

  • Use Cases:
    • Clearly defining successful outcomes in workflows that branch based on decisions.
    • Signaling the completion of a specific stage within a multi-step workflow.
    • Improving workflow monitoring and logging by providing explicit completion markers.