|
From: Dennis S. <d.s...@gm...> - 2007-02-06 23:19:00
|
Hi, in my application I have to make supervision screen where you can view the current state of all requisitions (=instances) what would be a good way to query the state of a process instance? I think usually an workflow activity corresponds to a workflow state? So I query the catalog with parameters i_id and get a bunch of workitems. Then I take the workitem with the highest id, query the activity id and know where it is? Is there an easier way? Regards, Dennis |