UiPath · Arazzo Workflow
UiPath Trigger a Scheduled Process On Demand
Version 1.0.0
Find a configured schedule, resolve its process, and run it immediately.
View Spec
View on GitHub
AutomationRobotic Process AutomationRPAArtificial IntelligenceDocument ProcessingEnterprise AutomationOrchestrationTestingArazzoWorkflows
Provider
Workflows
trigger-scheduled-process-now
Resolve a schedule's process and start a job for it on demand.
Finds an enabled schedule by name to obtain its release ID, resolves the matching process to obtain its release key, and starts a job immediately.
1
findSchedule
listSchedules
List the process schedules in the folder filtered to the supplied name to capture the release ID the schedule targets.
2
resolveProcess
listProcesses
List the processes in the folder filtered to the schedule's release ID to resolve the GUID release key required to start a job.
3
startNow
startJobs
Start a job immediately for the resolved process using the All allocation strategy.