I've already searched a lot, but I was unable to understand how can I do this.
I have a very simple workflow:
Begin -------------> Human Task (swimlane = "ht_approvers") -----------------> End
I want to evaluate the users that can perform the HT during runtime, so I assigned the swimlane to "ht_approvers".
I would like to have something (listener, handler, ??) that enables me to, in a java class check the value of the swimlane and add assignees to the task based on that value.
Thanks