UiPath · Arazzo Workflow
UiPath Start and Monitor a Job
Version 1.0.0
Start a job for a process and poll its state until it reaches a terminal outcome.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
start-and-monitor-job
Start a job and poll until it reaches a terminal state.
Starts a job for the supplied release key in the supplied folder, then polls the job by ID until its State leaves the Pending/Running set.
1
startJob
startJobs
Start a single job for the supplied release key using the All allocation strategy in the supplied folder context.
2
pollJob
getJob
Retrieve the started job by its ID. Loop back while the job is still Pending or Running; otherwise fall through to record the terminal state.