Get Job Status
Description
This activity returns the current status information of the RPA job.
Common Capabilities
Process Data Support
This activity supports dynamic configuration using variables from the Process Data drawer.
You can bind values from Model Data, Form Data, System Data, Enterprise Variables, and Activity Outputs.
Learn more → Using Process Data
Design Time Configuration
Display Text
Specify the activity name that shows in your process.
Job Id
Specify the job Id of the RPA process you want to check the status of. Click on the vertical ellipse to choose the following options.
| Options | Description |
|---|---|
| Default | When you select this option, you can specify the Job Id directly. |
| Javascript | You can specify the Job Id using the javascript expression. |
| Liquid | You can specify the Job Id using a liquid expression. |
Status
Returns the status of the specified job Id
Wait All Incoming
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
Defines how the workflow behaves if this activity encounters a runtime error.
Supported strategies include Fault, Continue, Suspend, and Retry.