Log Action

If you want to display a message inside your workflow, all you need is the action “Log” inside your workflow.

After opening your workflow process inside the “Flow” module, to add the action “Log” inside the FLOW section:

Then the following screen will open:

For example, inside our workflow we want to display the message:

“The status of the ticket with #ID was not modified”

In our example, we choose the Model Operation to get the entity ID of the ticket (variable dragged and dropped from the right section) and write some text to show our message.

This message will be visible after the execution of the workflow inside the “Execution” tab across the log section. The log file can be also downloaded.

Note: Logs will be visibile only if the flag “Enable Log” inside the Flow Properties is enabled (see article)