Suspending a Flow, Branch, or Step (Magic xpi 4.5)
The Debugger lets you suspend a flow, a branch or a step in the execution map.
To suspend a flow:
- 
In the Solution Explorer, park on the flow, right-click and select Suspend Flow. To cancel the suspended mode, select the Suspend Flow again. 
| Note: | A suspended flow, as well as its triggers, will not be executed and will be considered “stopped” until released from that mode. | 
To suspend a step or branch:
- 
In the flow area, park on the step, right-click and select Suspend Branch or Suspend Step. To cancel the suspended mode, select the Suspend Branch or Suspend Step again. This can be done during runtime. 
| Note: | 
A suspended step will be ignored and the flow manager will jump to the next step as if the step has been executed.
A suspended step or branch will have a dimmed icon and dimmed text, indicating suspended mode.
The top-most (root) step and the bottom-most steps do not have the Suspend Branch option.
Setting the flow to suspended does not automatically check out the flow.
 |