Variable | Description | Supported Event Type |
{r} | Return character. | Post-processing and scheduled events |
{n} | New line character. | Post-processing and scheduled events |
{task_error} | Returns the last error that occurred in an event. | Post-processing and scheduled events |
{task_errors} | Returns the list of all the errors in an event. | Post-processing and scheduled events |
{error_trace} | Used to get the stack trace in case of any exception. | Post-processing and scheduled events |
{event_execution_id} | Returns the event execution ID which is unique for each event. | Post-processing and scheduled events |
{task_error_types} | Returns the type of actions where the error occurred. | Post-processing and scheduled events |