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

Support for business rule tasks using DMN #2

Open
stephanpelikan opened this issue Jan 24, 2023 · 0 comments
Open

Support for business rule tasks using DMN #2

stephanpelikan opened this issue Jan 24, 2023 · 0 comments

Comments

@stephanpelikan
Copy link
Collaborator

stephanpelikan commented Jan 24, 2023

At the moment, only business rule tasks are supported which are implemented by business code (method annotated with @WorkFlowTask). Camunda 8.1 supports to use DMN instead of custom Java-based rule implementation. The adapter should support this pattern.

Acceptance criterias:

  • DMN based business rule tasks are supported
  • DMN input mapping is working (aggregate -> DMN)
  • DMN output mapping is working (DMN -> aggregate)
  • If the output of the DMN needs to be processed a separate service task has to be used for that processing
  • Multi-Instance business rule tasks are supported
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant