Skip to main content

End Step

The End step is where a workflow finishes. When the flow reaches this step, the process is marked as complete, all data is saved to history, and the process is closed.

Configuring the End Step

Click on the End step in the canvas to open the properties panel on the right side.

Properties Section

FieldWhat it does
LabelA display name for this step on the canvas.
Step IDA unique identifier for this step.
Process StatusThe final status of the process. Defaults to "Resolved-Completed", but you can change it to something else like "Resolved-Cancelled".

Forms (Optional)

You can optionally add forms to the End step, but most workflows do not need them here.

Step-by-Step Setup

  1. Drag an End step from the toolbox onto the canvas.
  2. Click on it to open the properties panel.
  3. Set the Process Status to the final value you want (for example, "Resolved-Completed").
  4. Draw a connection from a previous step to this End step.

Using Multiple End Steps

A workflow can have more than one End step. This is useful when a process can finish in different ways. For example:

  • One End step with status "Resolved-Completed" for approved requests.
  • Another End step with status "Resolved-Cancelled" for rejected requests.