This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw2:notifications [2021/09/01 11:46] akoehler |
bw2:notifications [2023/12/19 14:50] (current) wgates [Error Handeling & Decisions] |
||
|---|---|---|---|
| Line 37: | Line 37: | ||
| * **On Error:** an email notification will be sent when a workflow encounters an error that stops the workflow. | * **On Error:** an email notification will be sent when a workflow encounters an error that stops the workflow. | ||
| * Select other options (optional) | * Select other options (optional) | ||
| - | * **Disable during test run:** When testing, Bizweaver will not send notification. | + | * **Disable during test:** When testing, Bizweaver will not send notification. |
| * **Attach error log to email:** When an error has been encountered, | * **Attach error log to email:** When an error has been encountered, | ||
| * If the log is greater than 25MB, it will be compressed | * If the log is greater than 25MB, it will be compressed | ||
| 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. | ||