-
Notifications
You must be signed in to change notification settings - Fork 491
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
Support ad-hoc subprocesses #4739
Comments
Thanks for opening the issue! |
@saig0 Does the |
To clarify: element templates relevance for the epic |
The extension element is optional. It can be removed if the attribute is not set. Or, the attribute can be empty. The runtime supports both. 👍 |
Related to camunda/camunda-modeler#4739 deps: update to `[email protected]` deps: update to `[email protected]`
Related to camunda/camunda-modeler#4739 deps: update to `[email protected]` deps: update to `[email protected]`
Related to camunda/camunda-modeler#4739 * deps: update to `[email protected]`
Related to camunda/camunda-modeler#4739 deps: update to `[email protected]`
@saig0 does the engine support a collapsed ad-hoc subprocess? |
@jarekdanielak yes, it supports collapsed ad-hoc subprocesses too. 👍 |
deps: update to `[email protected]` Related to camunda/camunda-modeler#4739
deps: update to `[email protected]` Related to camunda/camunda-modeler#4739
What should we do?
zeebe:AdHoc
zeebe-bpmn-moddle#69)zeebe:adHoc
extension element supported inbpmn:adHocSubProcess
onlyactiveElementsCollection
of type stringactiveElementsCollection
in the properties panel (feat: support ad-hoc subprocesses bpmn-io/bpmn-js-properties-panel#1105)zeebe:adHoc
extension is removed when element type is no longerbpmn:adHocSubProcess
(https://github.com/camunda/camunda-bpmn-js-behaviors) (feat: supportzeebe:AdHoc
camunda-bpmn-js-behaviors#94)bpmn:AdHocSubProcess
linting#128)camunda-bpmn-js
In C8 BPMN editor
activeElementsCollection
on an ad-hoc subprocessThe
activeElementsCollection
attributebpmn:adHocSubProcess > bpmn:extensionElements > zeebe:adHoc > activeElementsCollection
XML representation
BPMN example
Why should we do it?
Child of https://github.com/camunda/product-hub/issues/2546
The text was updated successfully, but these errors were encountered: