Currently, in the new Canvas, both workflow start triggers and on-completion triggers (such as Failed or Timeout) are displayed together under a single “Trigger Configuration” section. This makes it less clear at a glance which triggers actually start the workflow and which ones run after execution. Although labels like “Outbound” provide some context, visually they appear as the same type of trigger. Suggested Improvement: Split triggers into two clearly defined sections within the UI: Run Workflow Triggers These are triggers that initiate the workflow, such as Cron, Webhooks, or Integration-based events. On Completion Triggers These are triggers that run after the workflow completes, such as Failed, Timeout, or Success alerts. This could be implemented either as two sections within the existing Triggers tab or as clearly separated containers with headings. Why this helps: Improves clarity and reduces confusion Makes workflows easier to understand at a glance Aligns with how users think about workflows, separating start actions from outcomes Speeds up navigation, especially for more complex workflows