Skip to content

Commit bc5a53e

Browse files
authored
Fix typo
1 parent 7e9d523 commit bc5a53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/refguide/modeling/application-logic/workflows/boundary-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ With non-interrupting boundary events, the parent activity remains active/in pro
8282

8383
## Boundary Event Variables
8484

85-
Boundary events have dedicated variables that can be used to get direct access to the values of the parent activity if it is either a user ask or Call workflow activity. You can get information such as the parent activity's `DueDate`, which can be used in the boundary event flow and its expressions. For instance, you can use the expression `addDays($ParentTask/DueDate, -2)` to configure a timer boundary event so that it is triggered two days before the due date of its parent user task.
85+
Boundary events have dedicated variables that can be used to get direct access to the values of the parent activity if it is either a user task or Call workflow activity. You can get information such as the parent activity's `DueDate`, which can be used in the boundary event flow and its expressions. For instance, you can use the expression `addDays($ParentTask/DueDate, -2)` to configure a timer boundary event so that it is triggered two days before the due date of its parent user task.
8686

8787
The list of variables is described below:
8888

0 commit comments

Comments
 (0)