Error in workflow when completing usertask

0
At the moment I am doing the learning path ‘build a powerful workflow’. After following all the steps and testing the workflow by completing a task with the manager user role, I get an error. I set the OCh MF's in the settings with the MF's from the workflow commons module. I work in Mendix Studio Pro 9.15.0 and downloaded the latest workflow commons module from the marketplace. Does anybody know what goes wrong? com.mendix.systemwideinterfaces.MendixRuntimeException: Unable to find objects for guids: HashSet(3096224743817380)
asked
2 answers
1

Can you try to delete the usertask in the workflow and create it again, it's possibly an issue in the modeler.

answered
0

Access rules probably. Role Manager can not commit some objects. Perhaps only Read instead of Read/Write on some attribute or entity?

answered