opt
indicates optional operations (e.g. a feedback step).alt
indicates scenarios that are alternatives to each other ( e.g. a success and failure scenario).- Colours are meaningful: green indicates a success scenario, red indicates a critical failure (which ends the flow immediately), orange indicates a non-critical failure (which means an operation has no effect, but the flow can continue).
- In more complex setups, only success paths are visible. For a complete overview of the scenarios in those cases, please consult the API spec.