Can selected ongoing activities be stopped manually ?

Hello everyone

Can selected ongoing activities be stopped/killed manually ?

Thank you !

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