I’m facing an issue with Camunda 8.6.12 (SAAS) DMN engine when using an attribute with type “time” as an input parameter. I have created the following DMN table. The DMN is part of a bpmn flow. the variables “dayOfWeek” and “incidentTime” are mapped on the BPMN task:
dayOfWeek: day of week(date and time(incidentTimestamp))
incidentTime: time (date and time(incidentTimestamp))
Hi @fockeb - can you attach the DMN? I suspect that the range function doesn’t work with the time data type, but I admit I’m not certain and will need to look into it. It doesn’t match the last rule because the Incident Time doesn’t match. But if you can share this DMN, I can do some further testing!
@Philipp_Ossler there was another thread on the forum that was supposed to result in a feature request as well… also relating to passing the variable types (similar to how C7 does it) since JSON isn’t type-safe. Might be worth while to link the two of those, since solving the generic case of “hinting” the variable type would also solve this issue.