Hello,
after retrieving a BPM process (that I created earlier) in Progress ABL with aUserSession:GetProcess(processid), how can I get the active workstep (which may not be assigned/available to me)? The reason is that I would like to know it's status (assigned, suspended, ...).
We are using oebpm 11.5.1.
Thanks in advance,
/Stefan
Hi Stefan,
Using Oebpm ABL API, i think you cannot get the active workstep list which is not assigned or available to you.
The reason is, you will be specifying your user details at the beginning only. Based on the user session, it will get the list of worksteps.
Regards,
Jawahar.
Hi Stefan,
Using Oebpm ABL API, i think you cannot get the active workstep list which is not assigned or available to you.
The reason is, you will be specifying your user details at the beginning only. Based on the user session, it will get the list of worksteps.
Regards,
Jawahar.