Boomi · Arazzo Workflow
Boomi Execute and Monitor a Process
Version 1.0.0
Trigger a process run on an Atom and poll execution records until it finishes.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
execute-and-monitor-process
Execute a process on an Atom and poll execution records until it reaches a terminal status.
Submits an execution request for the supplied process and Atom, then queries the execution records and branches on status to either re-poll while the job is in process or finish once it completes.
1
triggerExecution
executeProcess
Submit an execution request to run the process on the chosen Atom and capture the returned tracking request id.
2
pollExecutionRecords
queryExecutionRecords
Query the execution records for this process to find the most recent run and inspect its status.