How to get active task for a process in ABL?

Posted by stefan.tersin@exicom.se on 14-Jun-2016 08:13

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

Posted by Jawahar Surapaneni on 16-Jun-2016 03:48

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.

All Replies

Posted by Jawahar Surapaneni on 16-Jun-2016 03:48

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.

This thread is closed