Skip to main content
Version: 8.4

deleteProcessInstance

Delete process instance by given processInstanceId. Returns true if process instance could be deleted.

deleteProcessInstance(
processInstanceId: String!
): Boolean!

Arguments

deleteProcessInstance.processInstanceId ● String! non-null scalar

Type

Boolean scalar

The Boolean scalar type represents true or false.