Boomi · Arazzo Workflow
Boomi Execute a Process and Publish the Result
Version 1.0.0
Run a process, read its execution record, and publish the outcome to an Event Streams topic.
View Spec
View on GitHub
AI AgentsAutomationB2BData IntegrationEDIIntegrationsManagementMFTPlatformWorkflowsArazzoWorkflows
Provider
Workflows
execute-process-and-publish-result
Execute a process, read its execution record, and publish the outcome to an event topic.
Submits an execution request for a process on an Atom, queries the execution records to capture the latest run's status and message, and publishes that outcome as a message to an Event Streams topic.
1
triggerExecution
executeProcess
Submit an execution request to run the process on the chosen Atom.
2
readExecutionRecord
queryExecutionRecords
Query the execution records for the process to capture the latest run's status and message.
3
publishOutcome
publishMessages
Publish a message describing the execution outcome to the Event Streams topic so downstream consumers are notified.
Source API Descriptions
openapi