Can selected ongoing activities be stopped manually ?

1
0
-1

Hello everyone

Can selected ongoing activities be stopped/killed manually ?

Thank you !

1 answer

1
0
-1

Hi,

Hereafter you will find how to cancel an active process instance. Remaining activities of this process instance will also be canceled.

final ProcessAPI processAPI = TenantAPIAccessor.getProcessAPI(apiSession);
processAPI.cancelProcessInstance(processInstanceID);

Hope it helps
Best

Notifications