cancel
Showing results for 
Search instead for 
Did you mean: 

How can i get the definition information about next task?

eavenf
Champ in-the-making
Champ in-the-making
Hi,

When the process run in a task,it is not complete now.
Before complete current task,can i get the definition information about next task which will instanced after current task completed?
I try:

ProcessDefinition pd; //get pd from somewhere
ProcessDefinitionEntity pde = (ProcessDefinitionEntity) pd;
pde.getActiviti…

But the return List has no value in it.
Please tell me how to do it.

Thanks



当流程运行到某一步骤(task)时,在当前步骤还没完成之前我能够拿到下一个步骤的定义信息吗?
我通过下面方式:
ProcessDefinition pd; //get pd from somewhere
ProcessDefinitionEntity pde = (ProcessDefinitionEntity) pd;
pde.getActiviti…

得到的list里面没有任务值,是我用的方法错了吗?

望高手指点,谢谢
1 REPLY 1

nilm
Champ in-the-making
Champ in-the-making
怎么样找到方法了吗?我也想知道!不过看了下这个http://forums.activiti.org/en/viewtopic.php?f=6&t=2388 好像说不行!!