Notify Workflow

Last modified: April 18, 2024

1 Introduction

The Notify workflow activity can be used to notify a workflow that is suspended on the Wait for notification workflow activity.

If the workflow is suspended on the specified wait for notification activity, then this activity will return true and the workflow execution will continue further. Otherwise, it will simply return false.

2 Properties

An example of Notify workflow properties is represented in the image below:

There are two sets of properties for this activity, those in the dialog box on the left, and those in the properties pane on the right.

The Notify workflow properties pane consists of the following sections:

3 Action Section

The Action section of the properties pane shows the action associated with this activity.

You can open a dialog box to configure this action by clicking the ellipsis () next to the action.

You can also open the dialog box by double-clicking the activity, or right-clicking the activity and selecting Properties.

3.1 Workflow Object

The workflow instance that will be notified by this activity.

3.2 Activity

The (caption of the) wait for notification workflow activity that suspends the workflow instance. This wait for notification workflow activity needs to be notified so that the workflow can continue.

3.3 Variable Name

The name of the variable returned by the activity. This variable will be a Boolean that indicates whether the notification is received or not by the workflow instance.

For more information on the return values, see the Introduction section above.

4 Common Section

For more information on properties in this section, see Common Properties.