Skip to main content
Version: Current

Suspend

Description

This activity suspends the currently running BPA workflow. The status of the process instance would be set to Suspended after executing this activity.

tip

The suspended process instance can then be resumed either from the AI Command Center or an RPA bot using Resume Process Instance activity or from an external application using the client API.


Wait All Incoming

Execution Control

Controls how this activity behaves when multiple incoming execution paths converge.

Determines whether the activity executes when:

  • any incoming path completes, or
  • all relevant paths have completed before execution

Learn more → Execution Control


On Error

Error Handling Strategy

Defines how the workflow behaves if this activity encounters a runtime error.

Supported strategies include Fault, Continue, Suspend, and Retry.

Learn more → Error Handling