Blocks & Flow EditorCommon

end

Terminate the flow and report success or failure status to Orchestrator

The end block terminates the flow and sets the final execution status. Every task should complete at an end block so Orchestrator records the correct outcome.

Bot Studio end block configuration with Status and Failure Reason fields

Configuration

FieldDescription
NameOptional display label on the canvas.
StatusSuccess — task completed normally. Failed — task failed; Orchestrator logs this as a failed run.
Failure ReasonText description shown when Status is Failed. Explains why the task failed (e.g. Invoice not found, API timeout). Only visible when Status is Failed.
Clear Browser CacheWhen checked, clears the browser cache when the flow ends.

Outputs

The end block has no outputs — it is a terminal block.

ResultDescription
SuccessOrchestrator records a successful task run
FailedOrchestrator records a failed run with the Failure Reason

Notes

  • Every new task includes a default end block — always wire your flow to reach it
  • Route error paths from catch blocks to an end block with Failed status
  • Use meaningful Failure Reason text for easier troubleshooting in Orchestrator logs
  • Multiple end blocks can exist in one flow (e.g. success path and failure path) — each should set the appropriate status
On this page

On this page