I need to assign users to UserTask from a service task which executes before that UserTask.
How can I do that from some kind of method on a service bean which I could call from EL of the service task?
Thanks,
–MG
I need to assign users to UserTask from a service task which executes before that UserTask.
How can I do that from some kind of method on a service bean which I could call from EL of the service task?
Thanks,
–MG
Hi,
You could set a process variable through the service task and then use an expression with that for the user task assignee. That’s if I’ve understood you correctly.
Cheers
Paul.