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
List the process schedules in the folder filtered to the supplied name to capture the release ID the schedule targets.
2
resolveProcess
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
Start a job immediately for the resolved process using the All allocation strategy.
Source API Descriptions
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.