⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ The ([caption](/refguide/wait-for-notification/#general) of the) [wait for notif

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:

* The [wait for notification](/refguide/wait-for-notification/) workflow activity is not suspended at the time **Notify workflow** is triggered, meaning it is not waiting.
* The [wait for notification](/refguide/wait-for-notification/) workflow activity has already been notified.

For more information on the return values, see the [Introduction](#introduction) section above.

## Common Section {#common}
Expand Down