This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
bw2:notifications [2023/12/18 16:19] wgates [Workflow Level] |
bw2:notifications [2023/12/19 14:50] (current) wgates [Error Handeling & Decisions] |
||
|---|---|---|---|
| Line 105: | Line 105: | ||
| Error Number: | Error Number: | ||
| </ | </ | ||
| - | ====== Error Handeling & Decisions ====== | ||
| - | |||
| - | The information from error handling can also be used in Decisions. The two fundamental values are for “Step Status.” The values are True (no error) and False (error encountered). The only thing to remember is to define the values as Boolean rather than Alphanumeric in the decision expression. | ||
| - | |||
| - | {{ : | ||
| - | |||
| - | It might also be possible to use the Step Message contents; however, it would likely need to pass through a VBScript step to parse out a specific value before the decision. | ||