ProcessMaker / nayra

Nayra is a BPMN workflow engine in PHP. Utilize it in your own projects to have your own complex workflow capabilities.
Apache License 2.0
123 stars 32 forks source link

Improve Intermediate Timer Event Behavior #123

Open caleeli opened 5 years ago

caleeli commented 5 years ago

Change the register of the intermediate timer event to when the process is loaded and not from when a sequence flow arrives. Discards every timer token if there is no sequence token present.

image