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
Booleanscalar type representstrueorfalse.