You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: