Skip to content
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

Allow the user to specify the version of the Decision Table to use in a Business Rule Task #3054

Open
jwulf opened this issue Jul 27, 2022 · 2 comments
Labels
backlog Queued in backlog enhancement New feature or request

Comments

@jwulf
Copy link
Member

jwulf commented Jul 27, 2022

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

@jwulf
Copy link
Member Author

jwulf commented Jul 27, 2022

@marstamm
Copy link
Member

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. camunda/zeebe#9903) is resolved.

@marstamm marstamm added the backlog Queued in backlog label Jul 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Queued in backlog enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants