Hi Team,
I was trying to create a Task create Listener to execute some custom logic.
I have created a java class DynamicAssignment inside the package com.example.flowable
I am getting the error:
“Internal server error”,“exception”:“couldn’t instantiate class com.example.flowable.listeners.DynamicAssignment”
I hope I have mapped the listener class correctly in the process definition, not sure why this is not working. Could you please help. Thanks in advance