Activiti / activiti-modeling-app

Activiti Modeling Application
Apache License 2.0
184 stars 94 forks source link

[APM-1124] Add BPMN Timers to Process Editor #217

Closed davidcanonieto closed 5 years ago

davidcanonieto commented 5 years ago

Please check if the PR fulfills these requirements

  • [ ] The commit message follows our guidelines
  • [ ] Tests for the changes have been added (for bug fixes / features)
  • [ ] Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce? (check one with "x")

  • [ ] Bugfix
  • [x] Feature
  • [ ] Code style update (formatting, local variables)
  • [ ] Refactoring (no functional changes, no api changes)
  • [ ] Build related changes
  • [ ] Documentation
  • [ ] Other... Please describe:

What is the current behaviour? (You can also link to an open issue here) https://issues.alfresco.com/jira/browse/APM-1124

What is the new behaviour? New timers are available as part of Start, Intermediate and Boundary events. These new timers contain two fields. The first one is the timer type which can be of type date, duration or cycle. The second one specifies the value to use for the timer. It must be ISO-8601 compliant in order to work correctly.

More info about BPMN timers here: https://docs.camunda.org/manual/7.9/reference/bpmn20/events/timer-events/

Does this PR introduce a breaking change? (check one with "x")

  • [ ] Yes
  • [x] No

If this PR contains a breaking change, please describe the impact and migration path for existing applications: ...

Other information: