I have a process that starts with business rule activity. That activity has a then block with date types. When I start processes in parallelStream I have an error that tells me about wrong date representation. But when I do the same thing in sequential manner everything is OK.
Question: Do you think is there a bug in DMN engine code that uses something that is not a safe-thread? some kind of usage of SimpleDateFormat as a class member instead of local variable.