This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:pause_tool [2019/10/14 15:15] runger |
bw:pause_tool [2022/08/02 17:01] (current) akoehler |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| The following pagescontain additional information that may be helpful with the development of Bizweaver workflows using the Pause tool. | The following pagescontain additional information that may be helpful with the development of Bizweaver workflows using the Pause tool. | ||
| - | * [[bw: | + | |
| Line 19: | Line 19: | ||
| The Bizweaver **Pause** tool | The Bizweaver **Pause** tool | ||
| - | {{: | + | {{ : |
| is used to temporarily suspend the processing of a Bizweaver workflow. There are two options available: Sleep and Delay. A Pause step can be inserted anywhere in a workflow. | is used to temporarily suspend the processing of a Bizweaver workflow. There are two options available: Sleep and Delay. A Pause step can be inserted anywhere in a workflow. | ||
| Line 29: | Line 29: | ||
| The **Sleep** option is the most common Pause function. It is used when the workflow processing needs completely pause before continuing to the next step. None of the subsequent steps in the workflow will execute until the pause period is complete. | The **Sleep** option is the most common Pause function. It is used when the workflow processing needs completely pause before continuing to the next step. None of the subsequent steps in the workflow will execute until the pause period is complete. | ||
| - | {{: | + | {{ : |
| The amount of pause time is expressed in seconds. | The amount of pause time is expressed in seconds. | ||
| Line 37: | Line 37: | ||
| The **Delay** option can be used but it is intended to support future functionality. It will be used when the workflow processing needs to continue while a specific step is paused. More information regarding the use of this option will be provided in future Bizweaver releases. | The **Delay** option can be used but it is intended to support future functionality. It will be used when the workflow processing needs to continue while a specific step is paused. More information regarding the use of this option will be provided in future Bizweaver releases. | ||
| - | {{: | + | {{ : |
| + | |||
| + | ====Pause Tool Variables==== | ||
| + | ^Name ^Description^ | ||
| + | |IsDelay|True or False If the delay option is selected| | ||
| + | |TimeOut|Total number of seconds entered| | ||
| + | |StepMessage|During a failure the reason for failure will be populated here| | ||
| + | |StepStatus|True or False| | ||