Skip to content

Commit d6b8325

Browse files
committed
Review
1 parent 73c53f5 commit d6b8325

1 file changed

Lines changed: 3 additions & 2 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: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +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:
5554

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).
55+
It returns `false` in the following situations:
56+
57+
* 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.
5758
* The [wait for notification](/refguide/wait-for-notification/) workflow activity has already been notified.
5859

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

0 commit comments

Comments
 (0)