Web Services API: Cancel a request

Since WorkflowGen version 5.6.4 the following web methods are available:

  • CancelProcessInstance

  • CanCancelProcessInstance

The parameters of those web methods are:

  • processInstanceId: The request ID

  • isSuperUserMode: A Boolean to indicate if the operation has to be done as a super user (admin, folder manager, or supervisor with the required rights)

  • isNotifyParticipant: A Boolean to indicate if the participants of the request have to be notified of the cancellation

The user identity that calls the web method is used to check the usage rights.

As with other web methods, the impersonateUsername and delegateUsername optional parameters are supported.