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

DMN Decision Table Date related collection functions #2788

Closed
yvoswillens opened this issue Feb 4, 2021 · 1 comment
Closed

DMN Decision Table Date related collection functions #2788

yvoswillens opened this issue Feb 4, 2021 · 1 comment
Assignees

Comments

@yvoswillens
Copy link
Collaborator

yvoswillens commented Feb 4, 2021

When using a Date input variable in the DMN decision table and creating a rule use collection related operators an exception can occur while executing the decision table.

This is should not be the case.

There is transformation logic in place which can instantiate collection during runtime based on the strings in the rule expression. This provides the flexibility to create collections with string literals in the decision table editor.
In the current transformation logic the case of using a Date object is not covered. It always tries to convert based on the .toString value. This is incorrect and should be fixed.

@yvoswillens yvoswillens self-assigned this Feb 4, 2021
yvoswillens added a commit that referenced this issue Feb 4, 2021
yvoswillens added a commit that referenced this issue Feb 4, 2021
tijsrademakers pushed a commit that referenced this issue Feb 17, 2021
* #2788 fixes issue when using Date input variables and collection operations in DMN decision tables

* #2788 added java.time.LocalDate to input variable pre processing (DMN decision table execution)
rgorzkowski pushed a commit to Stepwisepl/flowable-engine that referenced this issue May 3, 2021
* flowable#2788 fixes issue when using Date input variables and collection operations in DMN decision tables

* flowable#2788 added java.time.LocalDate to input variable pre processing (DMN decision table execution)
@umeshinflowsol
Copy link

i was using the decision table collection all of its not working properly i will ping screen shot to u
ummi

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

3 participants