Skip to content

Commit 73c53f5

Browse files
authored
Clarify when notify workflow returns false.
1 parent 6526cc5 commit 73c53f5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/workflow-activities

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/workflow-activities/notify-workflow.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ The ([caption](/refguide/wait-for-notification/#general) of the) [wait for notif
5151
### Variable Name
5252

5353
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.
54+
It will return false in the following situations:
55+
56+
* The [wait for notification](/refguide/wait-for-notification/) workflow activity is not suspended at the time of the **Notify workflow** (i.e. it is not waiting).
57+
* The [wait for notification](/refguide/wait-for-notification/) workflow activity has already been notified.
5458

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

0 commit comments

Comments
 (0)