Task List Bonita Studio

Hi,
Is there any way to get a list of the active tasks for a specific case in the bonita studio, through groovy?. I know there are api at the forms, but this form would not help me for what I need.
I’ve been searching among the groovy methods but I do not see any of what I need, I only see mostly to get user information.

Any idea about this? Thanks in advance.

Regards,

Victor

Hello,

Bonita comes with REST or Java API by default.

From a Groovy Script expression, you can use the provided variable “apiAccessor” to access the Java APIs. The ProcessAPI is the one you should check as it is all about process instances/cases.

In case no dedicated method exists for you need, you can leverage the search feature as described here .

HIH,

Do you find a answer for this problem? I have the same situation