activity

Can selected ongoing activities be stopped manually ?

Hello everyone

Can selected ongoing activities be stopped/killed manually ?

Thank you !

How to replay an activity

Hi everyone.

I have a question?

How to replay an activity, before in bonita 7.2 i did this

../API/bpm/activity/929797

PUT

{
"state": "replay"
}

and it worked, but now in bonita 7.4 not working

Regards.

How can i update a task priority via REST API

I use:

../API/bpm/activity/{{v_selectedRowProyectoActivo.id}}

with the var v_selectedRowProyectoActivo.id i have the task id.

When i try to update the task priority from normal to highest i cant make it via API REST.
i send: {"priority": "highest"} to try to update the field.

I'm using bonita bpm 7.2.2

Thanks for the help.

Bonita 6.3.6 - With REST how to return the variables instantiated activity?

Hi,

With REST how to return the variables instantiated activity?

Thank,

Fagner Souza

How to get the current task of a case from another process

Hi,

I'm trying to get information about the current task case from another process because I got to make possible modify some local variables from a "monitor" process. I can't find nothing in the ProcessAPI like "getCurrentActivity" or "getCurrentTask".

Thanks in advance,

David.

Notifications