Skip to main content

I am creating a parallel process and for which I want to find out the activity serial ID of all the activity which is activated .


I was trying to fetch it using OpenWorkList method but Im not able to fetch anything


Had a doubt is it that OpenWorkList method will send me Worklist detail of the process whose task is created using Client Event and not if I Use Asynchronus Server event .


Is there any other API which we can used to fetch all the Activity Serial ID for a process.

No in our flow we are not using client event but we are using Asynchronus Server event . And I need to fetch the activity serial ID of these activites .


Using OpenWorkList I guess will give me only those activity whose task is created using client event.


Is there any way I can fetch all the serial ID of the activity ?


Reply