You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
camunda/camunda#28220 is adding support to configure a completionCondition and a cancelRemainingInstances attribute to ad-hoc subprocesses. This should also be configurable through the properties panel in web and desktop modeler.
An example XML definition according to the BPMN spec (see page 196):
Thanks for opening the issue. I'd like to resolve the discussion in camunda/camunda#28220 (comment) first before we move on with this.
Please note that it may be already too late to get the modeling support for 8.7 if we don't know yet whether we want it.
Problem you would like to solve
camunda/camunda#28220 is adding support to configure a
completionCondition
and acancelRemainingInstances
attribute to ad-hoc subprocesses. This should also be configurable through the properties panel in web and desktop modeler.An example XML definition according to the BPMN spec (see page 196):
Proposed solution
Make the following 2 optional attributes settings configurable through the properties panel of an ad-hoc subprocess:
completionCondition
FEEL Expression
(needs to resolve to boolean)cancelRemainingInstances
Boolean
(defaulttrue
)The checklist below follows the format of the issue which initially added ad-hoc subprocess support:
completionCondition
can be defined in properties panelcancelRemainingInstances
can be defined in properties paneltrue
camunda-bpmn-js
Additional context
Needed for 8.8
The text was updated successfully, but these errors were encountered: