Open jwulf opened 2 years ago
As I understand it, this is currently blocked by the zeebe backend not providing the neccessary API.
I will move this issue into the backlog until the zeebe issue (cf. https://github.com/camunda/zeebe/issues/9903) is resolved.
Problem you would like to solve
When I deploy a DMN decision table on Camunda 8, I get back a version.
However, a Business Rule task does not allow me to specify a version of the decision table to use.
This means using the DMN is not a safe approach for long running process as it will always pick latest version and any DMN changes will impact already running instances state.
Proposed solution
When adding a Business rule task to a Camunda 8 BPMN model, that I can specify the version of the decision table to use.
A field for the version in the properties panel when a decision table is specified for a Business rule task.
Alternatives considered
Additional context
No response