Approval Queues¶
GloriaMundo supports human-in-the-loop control for sensitive actions, especially steps that write to external systems (send/post/create/update/delete). The goal is to ensure you can review and approve the impact of a workflow before it makes changes.
In practice, most users experience this as in-app confirmations during execution (including stronger “type to confirm” prompts for higher-impact actions). In some configurations, workflows may also surface explicit approval requests that can be approved or rejected before a run continues.
When Approvals Trigger¶
Approvals and confirmations are commonly used when a workflow will:
- Send outbound communications (email, chat, social posting)
- Create or update records in a connected system
- Delete files or records
- Perform irreversible actions
You can tune approval behavior in Settings and by choosing the appropriate execution mode. See Governance & Safety.
What You Review¶
When an approval/confirmation is required, GloriaMundo surfaces the most important details for safe review, such as:
- Which step is about to run
- Which service/account it will use (when available)
- The destination (channel, recipient, database, folder, etc.)
- The generated content or a summary of the change
For best results, run a Virtual Run Preview first. It provides a clearer “what will happen” view and helps you catch missing connections or unbound resources before you get to a live confirmation screen.