Hi,
I need to set both types of variable (local variable and process variable) in the new task created with taskService.complete()
But there is only 1 type of variable map which I can pass in the complete(). So I was thinking to set the local variable after the task is created but taskService.complete is a void method and does not return the list of new tasks created.
Can you please suggest how can I solve this?
Thanks,
Nitin