Wait for Notification
Introduction
The Wait for notification activity allows you to suspend a workflow’s execution until the workflow is notified.
If you have this activity in one of the parallel split paths, then only the path which has this activity will suspend and all the other paths will continue with their own activities.
However, the whole parallel split will still suspend on the merge of the split until the waiting activity is notified.
Properties
Wait for notification properties consist of the following sections:
General Section
The Caption describes what happens in this element. It is displayed under the workflow element to make the Wait for notification activity easier to read and understand without the need to add annotations.
Boundary Events
For more information, see Boundary Events.
Common Section
Name is the internal name of the wait for notification activity. When referring to the wait for notification in the app, you will use this name. It must be unique within the workflow, but you can have two wait for notification activities with the same name in different workflows.