How can i get the definition information about next task?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-24-2011 05:33 AM
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里面没有任务值,是我用的方法错了吗?
望高手指点,谢谢
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里面没有任务值,是我用的方法错了吗?
望高手指点,谢谢
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2011 08:13 AM
