Global Action: Queue another workflow
The Queue another workflow Action allows you to trigger (or “queue”) a separate Arigato workflow from within the current one. This is useful when you want to break up complex automation into smaller workflows, run conditional follow-up processes, or standardize certain Actions across multiple workflows.
Configuring the Action
| Field Name | Description | Example |
|---|---|---|
| Select Workflow | Choose the workflow you want to queue. Only workflows that accept the same object as the parent will be displayed | Send VIP Customer Alert |
|
|
|
Troubleshooting & Usage Tips
The Workflow I want to trigger is not appearing: Make sure the other Workflow accepts the same object as the parent Workflow.
When the queued workflow starts running, it receives the payload you send from the original workflow. If you are within a customer workflow, the queued workflow must also be a customer workflow. It must handle the object from the parent workflow. The trigger type of the receiving article is disregarded.
Credit Cost
The Queue another workflow Action incurs one Action Credit on Lite plans and is unlimited on Unlimited plans.
Custom Actions
The Queue another Workflow Action is fully supported within Custom Actions, allowing for advanced customization. Additional details and examples are available in the documentation.