Akumina Flow will send notifications to users when events occur in the process instance. You control if and when notifications are sent.
A process instance maintains a set of users that are interested in the completion of the instance. It calls this set of user, "Followers". By default, the user that created the instance is included in the follower list. You can configure the system to always include the process owners in all "Follower" notifications as well.
Other users can be added to the "followers" list as desired.
The AkuminaFlowTeam widget provides a UI for adding and removing followers from an instance. A custom callback is necessary to add followers from the AkuminaFlowUser widget
Notifications can be sent to followers when each task has been completed and when the instance is closed (canceled or completed).
This notification will be sent to all instance followers when a task has been completed. It sends a message notification of type "AkuminaFlowTask". You configure what the notification message should be. Replacement tokens are provided to allow you to include instance and task specific information in your message. Remember to configure a message for each language that your site supports. If you have enabled the auto-translate license, a globe icon will be displayed which will auto-translate the message to the currently selected language.
This notification will be sent to all instance followers when an instance is completed or canceled. It sends a message notification of type "AkuminaFlowInstance". You configure what the notification message should be. Replacement tokens are provided to allow you to include instance specific information in your message. Remember to configure a message for each language that your site supports. If you have enabled the auto-translate license, a globe icon will be displayed which will auto-translate the message to the currently selected language.
If configured, the system will send notifications to the users responsible for working an instance task. There are 3 events which can generate a notification:
There are 3 places to set the link that will be used for Akumina Flow notifications. It will use the first URL found in this order:
The default use case is that you will deploy an AkuminaFlowTeam widget to be the target of Akumina Flow notifications. Either one widget instance per flow or one widget instance for multiple flows.
In version 6.0, 3 additional places in the intranet could display notifications
In version 6.5, you will also be able to send a notification to a user's phone via SMS.