Boomi · Arazzo Workflow
Boomi Schedule a Process
Version 1.0.0
Find a process by name, read its current schedule, and update it.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
schedule-process
Resolve a process by name, read its schedule, and apply an updated schedule.
Queries for a process by name, reads its current schedule configuration, and updates the schedule to run on the supplied Atom with the supplied schedule parameters.
1
findProcess
queryProcesses
Query for a process whose name matches the supplied value, returning the first match.
2
readSchedule
getProcessSchedules
Read the current schedule configuration for the matched process before changing it.
3
applySchedule
updateProcessSchedules
Update the process schedule to run on the supplied Atom with the supplied schedule parameters.