Hi Community
I am trying to complete all pending tasks together in one attempt .
I am using the Java API executeFlowNode.
When I call this method using groovy script in connector, I get an error saying inputs are missing.
I am not sure how to pass Serializable inputs.
If anyone has a sample code that i can follow, please do share.
There is another method executeUserTask.
i need help to create a simple method to pass user inputs and complete the task using groovy.
Once I can do this for 1 task, i can then do the same in Bulk.
Regards