Skip to content

Commit 01fbf19

Browse files
authored
Update bpm-drip-email-campaign.md
1 parent 2a2854a commit 01fbf19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/administration/bpm-drip-email-campaign.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We want the whole process to be terminated once a Lead is opted out.
3838

3939
For this, you need to add the *Event Sub-Process*. Put a *Signal Start Event* inside the sub-process rectangle and specify the signal name with the value `optOut.Lead.{$id}`. You also need to check the parameter *Is Interrupting* for this event. By setting this parameter, we indicate that the whole parent process should be interrupted once the event is catched.
4040

41-
Here, inside the sub-process, you can also add a *Task* that will do some manipulations with the target record (*Lead*).
41+
Here, inside the sub-process, you can also add a *Task* that will do some manipulations with the target record (Lead).
4242

4343
## Example
4444

0 commit comments

Comments
 (0)