Details
Description
see ACT-284, this is currently missing but specified in BPMN 2.0.
example:
<boundaryEvent id="escalationMail" cancelActivity="false" attachedToRef="firstLineSupport">
<timerEventDefinition>
<timeDuration>PT4H</timeDuration>
</timerEventDefinition>
</boundaryEvent>
Raised by support case https://app.camunda.com/jira/browse/SUPPORT-56
Issue Links
- is duplicated by
-
ACT-1173
Non-interrupting timer boundary event suspends execution of subprocess
-
Implemented it, but test coverage could be improved, see notes from Joram:
I think with following process test, my confidence would be high enough to doc it.
These last two I can do, since I'm currently testing them anyway
As a matter of fact, the above cases should be already defined for 95% in existing tests.