This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
bw:looping_tool [2019/12/09 14:31] akoehler |
bw:looping_tool [2022/08/02 10:57] (current) akoehler |
||
|---|---|---|---|
| Line 96: | Line 96: | ||
| - The two variables established at the beginning of the workflow are updated. \\ {{ : | - The two variables established at the beginning of the workflow are updated. \\ {{ : | ||
| - At this point the difference between a “Linked Object” loop and a “Conditional Expression” loop comes into play. In a “Linked Object” loop the process would check to see if another single record exists for processing. In this “Conditional Expression” loop the process instead checks the value of the “RecsRemain” variable. The determination to continue looping is made based on this value. Once the “RecsRemain” variable value changes to 0, the loop ends. | - At this point the difference between a “Linked Object” loop and a “Conditional Expression” loop comes into play. In a “Linked Object” loop the process would check to see if another single record exists for processing. In this “Conditional Expression” loop the process instead checks the value of the “RecsRemain” variable. The determination to continue looping is made based on this value. Once the “RecsRemain” variable value changes to 0, the loop ends. | ||
| + | |||
| + | ====== Loop Variables ====== | ||
| + | |||
| + | ^ Name ^ Description | ||
| + | | StepMessage | ||
| + | | StepStatus | ||