Skip to main content

Get Process Instance Status

Description

This activity gets the status of the process instance from the Control Room.

Properties

Input

  • Process Instance Id – Specify the Process Instance Id to fetch the status.

Misc

  • DisplayName – Add a display name to your activity.
  • Private – By default, activity will log the values of your properties inside your workflow. If private is selected, then it stops logging.

Optional

  • Continue On Error – Specifies if the automation should continue even when the activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note

If this activity is included in Try Catch and the value of this property is True, no error is caught when the project is executed.

Output

  • Status – Returns the status of specified process instance Id. The status could be as follows: Running, Completed, Completed With Error, Suspended.

Example

Download Example