TaskID

Is it possible to get task ID from API?

Hello,

I created a dashboard page of an application.
I get a list of tasks based on the example :

../API/bpm/process?s=Modify Pending Vacation Request &p=0&c=1&o=version%20DESC&f=activationState=ENABLED

I would like to send the URL with taskId of each task.
for example,
/bonita/portal/resource/taskInstance/vacationProcess/1.0/Select%20option/content/?id={{taskId}}

On the page, is it possible to get taskId using persistenceId of each task?

Any help would be appreciated.
Thanks in advance.

How to access the Bonita Form from external URL?

Hi,

I am trying to set the pool level auto-login feature for a bonita form . I have created the username and password for the anonymous user(at pool level) and created a URL in the format of : (Note:Project Initiation is the pool name and 1.4.0 is the bos version and process = process Id ).

http://localhost:8080/bonita/?ui=form&autologin=Project%20Initiation--1....$entry&process=8068068927823037965&mode=form&locale=en .

Notifications