Please enable JavaScript to view this site.

The manual for the JobRouter developer

Navigation: Webservice > Function and usage > Process management

abortProcessInstance

Scroll Prev Top Next More

Abort a running instance

The method abortProcessInstance allows you to abort a specific instance using the process id.

In case the request is successful, it returns the boolean value true.

In case the entered instance does not exist, an error message will be returned. This will also apply in case an error occurs during the abortion process.

Method reference

Parameters

Data type

Description

processId

string

Process ID of the running instance

Return value: bool; true, if the entered instance was aborted