-
Notifications
You must be signed in to change notification settings - Fork 496
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ad-Hoc Subprocess: Support completionCondition and cancelRemainingInstances attributes #4850
Open
10 of 16 tasks
maff opened this issue
Feb 25, 2025
· 3 comments
· Fixed by camunda/bpmnlint-plugin-camunda-compat#196 · May be fixed by bpmn-io/bpmn-js-properties-panel#1114
Open
10 of 16 tasks
Ad-Hoc Subprocess: Support completionCondition and cancelRemainingInstances attributes #4850
maff opened this issue
Feb 25, 2025
· 3 comments
· Fixed by camunda/bpmnlint-plugin-camunda-compat#196 · May be fixed by bpmn-io/bpmn-js-properties-panel#1114
Comments
Thanks for opening the issue. I'd like to resolve the discussion in camunda/camunda#28220 (comment) first before we move on with this. |
4 tasks
4 tasks
4 tasks
4 tasks
barmac
pushed a commit
to camunda/bpmnlint-plugin-camunda-compat
that referenced
this issue
Mar 7, 2025
Not sure why this was closed even though the commit uses "Related to..." instead of "Closes...". |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: