Procedure¶
Function¶
Multiple Steps can be grouped into a Procedure. It is also possible to nest Procedures within a procedure.
Usage Scenario¶
When the workflow inside a Procedure has only a single outcome, you can use Procedure by itself. If the workflow inside a procedure has multiple possible outcomes, use Procedure Exit to designate the exit port to be taken.
Parameter Description¶
- Name
Instruction: customize the name of the Procedure.
Usage Example¶
A Procedure’s workflow has only a single outcome and therefore a single exit port. When the last Step in the Procedure has been executed, the whole Procedure is exited.