queryHaltedProcessInstances
Lists process instances that have halted (as a result of an activity failure) that match certain criteria.
- The request must specify a SQL query that defines the search criteria.
- The response returns a list of HALTED process instances that match the specified criteria, either as a complete list or as the first page of a paged list (in which case a paging ID is also returned).
Note: This operation only queries HALTED process instances. To list process instances that are in a state other than HALTED, use
queryProcessInstances or
queryProcessInstancesAlt instead.
See also: cancelProcessInstance, ignoreProcessInstance, resumeHaltedProcessInstance, retryProcessInstance, getAvailableProcessInstanceVariables, setAvailableProcessInstanceVariables
- Required System Action
- queryProcessInstance
Copyright © Cloud Software Group, Inc. All rights reserved.