Timer is not triggered in sub-process of call activity

Workglow

I have designed this workflow. After completion of step1, 2 flows initiated:

  1. 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?

What is the version of Bonita that you use ?

I try your process with Community 6.5.2 and I have no problem.

Bonita 6.4.2

Maybe this is a bug that has been fixed.
You can try to upgrade your version of Bonita to the last version and see if your process works.

OK I will try.