List<ArchivedFlowNode> |
ArchivedFlowNodeApi.searchArchivedFlowNodes(ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams queryParams) |
Finds ArchivedFlowNodes
Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`,
`isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can
filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`,
`processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`,
`archivedDate`, `reachedStateDate`, `sourceObjectId`
Note, this is equivalent to the other searchArchivedFlowNodes method,
but with the query parameters collected into a single Map parameter.
|
ApiResponse<List<ArchivedFlowNode>> |
ArchivedFlowNodeApi.searchArchivedFlowNodesWithHttpInfo(ArchivedFlowNodeApi.SearchArchivedFlowNodesQueryParams queryParams) |
Finds ArchivedFlowNodes
Finds ArchivedFlowNodes with pagination params and filters - can order on `name`, `displayName`, `state`, `type`,
`isTerminal`, `processId`, `caseId`, `archivedDate` - can search on any field that can be used to order results - can
filter on `name`, `displayName`, `state`, `stateId`, `kind`, `terminal`,
`processDefinitionId`, `parentProcessInstanceId`, `rootProcessInstanceId`, `parentActivityInstanceId`,
`archivedDate`, `reachedStateDate`, `sourceObjectId`
Note, this is equivalent to the other searchArchivedFlowNodes that receives the query parameters as a map,
but this one also exposes the Http response headers
|