Obtain job status for asynchronous execution operations
When the workflow uses asynchronous execution, TrueSight Orchestration returns a job ID. You can use the job ID in subsequent workflow actions to obtain the job status with the Get Job Status operation, and then use the job status to trigger further workflow actions. The possible values for the returned job status are:
READY
PENDING
ASSIGNED
IN_PROGRESS
PAUSED
COMPLETED
COMPENSATED (Indicates that an error occurred during the execution of an asynchronous process)