cancel
Showing results for 
Search instead for 
Did you mean: 

Finding Future actor/node details

koteswarrao
Champ in-the-making
Champ in-the-making
hi all

question:

Presently i am at tasknode1 in my sequence and i want to know what is the next node/next actor(task) to the present tasknode(i.e. tasknode1). Is there a way to find out this?

thanks
Koteswar Rao
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, that's not possible as task assignments are only resolved when the task is reached at runtime.
You could inspect the TaskDefinition attached to the UserTaskBehavior, this contains all information that is used during runtime assignment. Note that this will probably mean a lot of casting around, as this is definitely not the main API usage.