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里面没有任务值,是我用的方法错了吗?
望高手指点,谢谢