UiPath · Arazzo Workflow
UiPath Find and Stop a Running Job
Version 1.0.0
Locate a currently running job and send it a stop signal.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
stop-running-job
Discover a running job and stop it using the chosen strategy.
Lists running jobs to obtain the ID of the first match, then issues a stop request with the supplied strategy.
1
findRunningJob
listJobs
List jobs in the folder filtered to the Running state, ordered by most recent creation, returning the ID of the job to stop.
2
stopJob
stopJob
Send a stop signal to the discovered running job using the supplied strategy.