cancel
Showing results for 
Search instead for 
Did you mean: 

Need to access timer trigger count

subramanian
Champ in-the-making
Champ in-the-making
I have a boundary timer event in user task connected to a mail task, for remainder, scheduled to trigger once every week, for three times. It is working but now I want to get the trigger count in the mail task so that I can send mail like "Remainder 1", "Remainder 2" etc. How to get the trigger count?
1 REPLY 1

vasile_dirla
Star Contributor
Star Contributor
You can use a script task where you can increment a process variable.

connected like that:
<code>
<boundary timer> –> <script task> –> <mail task>
</code>