Log
Text from Message text box may be displayed in Wizlink's Logs, depending on chosen severity level.
Put a variable or plain text in Message text box, choose the severity level of this message (default is Info). Open Logs tab in Wizlink Designer. Right click the mouse and from opened menu choose the minimum severity level of messages to show in Logs. The severity levels (from the least important) are: debug, info, confirmation, warning, error, critical. When you choose from right-click menu e.g. error level - only messages with error or critical severity level will show in Logs. When you do not choose any severity level - all messages from Log activities will show in Logs.


Parameter Name | Parameter Type | In/Out | Description |
---|---|---|---|
Alternative Scenario If Failed | Boolean | Input | checkbox; default is "on" |
Display Name | Literal | Input | you can change the name of activity for greater clarity of the scenario |
Exclude from Transaction Check | Boolean | Input | checkbox; default is "off" |
Message | String | Input | text to set in Logs |
Severity | Dropdown | Input | select the appropriate option from the dropdown list |
Result | Boolean | Output | returns the Boolean value: it will return True if no error is in activity, otherwise it will return False |
Result Code | Int32 | Output | Result Code will return 0 if there is no error in activity, otherwise in most cases it will return 1, the extended result code will show only in several chosen activities |