Querying information from the policyViolation variable in workflows

The “policyViolations” variable is simply a List (java.util.List) which contains HashMap objects (java.util.Map). So, basically you can use the Map’s get(String key) method to retrieve the values

2 Likes