Display Message event action can be used to display important alerts, notifications, or guidance to users during specific interactions on workflow runs.
This will require a user intervention to close the snack bar.
This action must be used on an event which is triggered from a workflow task action. The user who sees the snack message will be whoever triggered that event to run.
Examples below:
Scenario: For a simple Info message on Issue creation to redirect the user to the issue
Action: Display Message
Message Type: Info
Header: You have been assigned a new Issue
Message: <a href="https://staging.bluerelay.com/#/issue/((#issue.id))">Please click here</a> to complete the required information
The snack bar looks as below -