This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:pause_tool [2021/02/10 16:38] akoehler [Delay Option] |
bw2:pause_tool [2024/09/24 16:06] (current) dlee [Pause Tool Variables] |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Introduction (Pause) ====== | ||
| - | This page describes the use of the Bizweaver **Pause** tool. | ||
| - | |||
| - | ====== Related Documents ====== | ||
| - | |||
| - | The following pagescontain additional information that may be helpful with the development of Bizweaver workflows using the Pause tool. | ||
| - | |||
| - | * **[[ bw2: | ||
| - | |||
| - | |||
| - | <WRAP center round tip 80%> | ||
| - | Beginning with Bizweaver v2.3, it is not necessary to use the Pause tool to control the execution of Bizweaver WebService steps. | ||
| - | </ | ||
| Line 23: | Line 10: | ||
| ===== Sleep Option ===== | ===== Sleep Option ===== | ||
| - | The **Sleep** option is the most common Pause function. It is used when the workflow processing needs completely pause/delay the execution 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/delay the execution before continuing to the next step. This will block the current thread for the time specified. None of the subsequent steps in the workflow will execute until the pause period is complete. |
| {{ : | {{ : | ||
| Line 31: | Line 18: | ||
| ===== Delay Option ===== | ===== Delay Option ===== | ||
| - | 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. |
| + | |||
| + | Logical delay without blocking the thread, Bizweaver will continue to process events during the delay. Background processes on the current thread will continue to execute. | ||
| {{ : | {{ : | ||
| + | ====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| | ||
| + | |||
| + | ---- | ||
| + | **[[bizweaver: | ||