I have designed this workflow. After completion of step1, 2 flows initiated:
- Escalation is sent to user.
2.Timer is initiated.
noOfReminder is a variable which is 0 at beginning. a condition gateway checks for its value. if value of noOfReminder is less than 3 then reminder is sent to user and noOfReminder is increased by 1. Otherwise flow is redirected to step1.
It works completely fine. But If i am putting this same workflow in a sub-process of a call-activity, timer is not triggered.
Any help?