Notify Workflow

Last modified: January 30, 2026

Introduction

The Notify workflow activity is used to resume or trigger logic within a workflow. It specifically targets two types of elements:

When the Notify workflow activity is executed, the Workflow Engine checks for an active receiver. If a valid Wait for notification activity or a Notification event sub-process is found and successfully triggered, the activity returns true. If no active receiver is found, it returns false.

Execution Behavior

The table below describes how the Workflow Engine responds when a Notify workflow activity is called, depending on the state of the workflow and the type of receiver configured.

Workflow/Element StateAction ResultSystem Behavior
Aborted or CompletedErrorThe activity fails. An error is logged indicating the workflow is no longer in an active state and cannot be notified.
Paused, Failed, or IncompatibleTrueThe notification is accepted and "queued." The targeted activity or event sub-process is triggered automatically once the workflow is resumed or resolved.
Wait for notification (Active)TrueThe workflow resumes execution from the point of the Wait for notification activity.
Event sub-process (Inactive)TrueThe event sub-process is triggered immediately and its execution path begins.
Event sub-process (In Progress)FalseThe notification is ignored because an instance of this specific sub-process is already running. No new instance is created.
No matching receiverFalseIf the workflow is active but does not contain the specified Wait for notification activity or Event sub-process, the activity returns false.

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:

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.

Workflow Object

The workflow instance that will be notified by this activity.

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.

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.

It returns false in the following situations:

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

Common Section

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