Journey Composer
The Journey Composer is the visual editor for capability flows. It is designed for clarity while still supporting deterministic branching.
What You See
- Step list for the default path
- Properties panel to configure each step
- Graph view to visualize branching
How Ordering Works
The list order is the default path. Branching happens only when you add:
- Choice options
- If/Else conditions
- Goto jumps
Step Types (At A Glance)
- Collect: ask for required data
- Action: call an integration
- Choice: present options
- Confirm: verify before changes
- Guide: step by step instructions
- Investigate: run multiple checks
- Done: finish successfully
- Escalate: handoff to human
- If/Set/Goto: advanced control flow
Tips For Complex Journeys
- Name important steps so you can reuse them with
goto - Keep loops short
- Use Confirm before write actions
- Avoid deep nesting
Graph View
Graph view is not BPMN. It is a readability map of conversation steps.
Next: Code Editor