Workato · Arazzo Workflow
Workato Publish and Verify an Event Message
Version 1.0.0
Publish a message to a topic, then long-poll to consume it back.
View Spec
View on GitHub
AgenticAPI ManagementAutomationB2BEmbedded iPaaSEnterpriseIntegrationiPaaSOrchestrationWorkflowArazzoWorkflows
Provider
Workflows
publish-and-consume-event
Publish a message to a topic and consume it back for verification.
Publishes a single message to an event topic, then long-polls the topic starting after the published message ID to confirm delivery.
1
publishMessage
publishMessage
Publish a single message to the topic and capture its message ID.
2
consumeMessages
consumeMessages
Long-poll the topic for up to 30 seconds, reading messages published after the message just sent, to confirm it can be consumed.