Hi everyone,
does anyone have an idea whether it's possible to retrieve the users to whom a task will be assigned in the next step?
What I've tested so far:
- Verified that the variable 'System fields\Assigned persons' contains the current persons during path transition, exit and entry.
- Created an SQL statement which returned the latest row from WFElementTasks, and executed this in an action during path transition, exit and entry. They all returned the old row.
- SDK object RunCustomActionParams.TransitionInfo.TasksToAdd is empty.
I wanted to use this as an general option which can be used in an execution condition, but it seems that this general approach is not feasible.
Best regards,
Daniel