Actions of type create log entry allow you to create custom entries in the Process log.
Parameters
Informations of the log entry
- Name
- The name of the action, which doubles as the name of the log entry to create.
- Severity
- The severity level of the log entry to create. The severity allows you to filter the Log accordingly.
- Possible values are: Info, Warning, Error
- Comments
- The comments of the log entry to create. The comments can later be seen on the log entry.
Actionvariables
Actions of type create log entry provide Action variables which can be used in subsequent actions.
Standard action variables
- [%$<action name>.SUCCESS%]
- Return whether action was successfully executed. Returns Boolean (true/false).
- [%$<action name>.RESULT%]
- Return all results provided by the action in structured form.
- [%$<action name>.ERROR_CODE%]
- The error code thrown in case of an error in the action. Empty if no error occurred.
- [%$<action name>.ERROR_MESSAGE%]
- The thrown error message in the action's error case. Empty if no error occurred.
Action specific action variables
- [%$<action name>.RESULT.level%]
- The severity of the log entry.
- [%$<action name>.RESULT.comments%]
- The comments the log entry was given.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article