How to replay an activity

1
0
-1

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.

Comments

Submitted by Sean McP on Fri, 01/20/2017 - 00:53

are there any logs with this?

1 answer

1
0
-1

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.

Notifications