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.
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.
Hi,
I’ve got the same issue and that’s is not a bug, now that’s an only Performance edition feature. I hate bonitasoft for doing this but well, it’s their product.
As a workaround I made a process that use the engine API ( ProcessAPI.retryTask(ActivityId ).
Bye.
are there any logs with this?