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
Description of your use case: If running DMN via business rule task writing a multi-output variable of a collect hit policy resulting in List<Map<String, Any>>, I want to be able to access the variable in a typed manner.
Current Behaviour
No possibility to define the variable because of type erasure.
Wanted Behaviour
listOfMapVariable<K,V>() factory for this purpose.
Possible Workarounds
Downcast directly.
The text was updated successfully, but these errors were encountered:
Scenario
Current Behaviour
No possibility to define the variable because of type erasure.
Wanted Behaviour
listOfMapVariable<K,V>() factory for this purpose.
Possible Workarounds
Downcast directly.
The text was updated successfully, but these errors were encountered: