camunda / camunda-modeler

An integrated modeling solution for BPMN, DMN and Forms based on bpmn.io.
https://camunda.com/products/modeler
MIT License
1.49k stars 479 forks source link

Support `bindingType` for called processes/decisions/forms #4385

Closed jfriedenstab closed 2 months ago

jfriedenstab commented 3 months ago

Problem you would like to solve

As a Camunda 8 user, when I design a BPMN process, I'd like to be able to choose between the binding types latest and deployment for called processes, called decisions and linked forms. I would also like to understand the differences between them so I can pick the right one for my use case.

Proposed solution

Implementation Notes

Alternatives considered

None.

Additional context

nikku commented 3 months ago

Thanks @jfriedenstab. Tagged for 8.6.

Following our normal procedures we'll work on this once the respective feature is merged in Zebee.

nikku commented 3 months ago

This is scheduled on the run-time side of things for 8.6-alpha4. Let's see if we can support it in the modelers at the same time.

philippfromme commented 2 months ago

Question: If the bindingType attribute is missing, is latest assumed?

jfriedenstab commented 2 months ago

@philippfromme Yes, exactly.

philippfromme commented 2 months ago

@philippfromme Yes, exactly.

Sorry, found it in the original issue. 😅

barmac commented 2 months ago

This is fixed upstream. incomplete right now due to missing https://github.com/camunda/camunda-modeler/issues/4386.