Search flownode-instances
POST/v1/flownode-instances/search
Search flownode-instances
Request
- application/json
Body
required
Search flownode-instances
- Array [
- ]
filter object
Possible values: [UNSPECIFIED
, PROCESS
, SUB_PROCESS
, EVENT_SUB_PROCESS
, START_EVENT
, INTERMEDIATE_CATCH_EVENT
, INTERMEDIATE_THROW_EVENT
, BOUNDARY_EVENT
, END_EVENT
, SERVICE_TASK
, RECEIVE_TASK
, USER_TASK
, MANUAL_TASK
, TASK
, EXCLUSIVE_GATEWAY
, INCLUSIVE_GATEWAY
, PARALLEL_GATEWAY
, EVENT_BASED_GATEWAY
, SEQUENCE_FLOW
, MULTI_INSTANCE_BODY
, CALL_ACTIVITY
, BUSINESS_RULE_TASK
, SCRIPT_TASK
, SEND_TASK
, UNKNOWN
]
Possible values: [ACTIVE
, COMPLETED
, TERMINATED
]
sort object[]
Possible values: [ASC
, DESC
]
Responses
- 200
- 400
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
items object[]
Possible values: [UNSPECIFIED
, PROCESS
, SUB_PROCESS
, EVENT_SUB_PROCESS
, START_EVENT
, INTERMEDIATE_CATCH_EVENT
, INTERMEDIATE_THROW_EVENT
, BOUNDARY_EVENT
, END_EVENT
, SERVICE_TASK
, RECEIVE_TASK
, USER_TASK
, MANUAL_TASK
, TASK
, EXCLUSIVE_GATEWAY
, INCLUSIVE_GATEWAY
, PARALLEL_GATEWAY
, EVENT_BASED_GATEWAY
, SEQUENCE_FLOW
, MULTI_INSTANCE_BODY
, CALL_ACTIVITY
, BUSINESS_RULE_TASK
, SCRIPT_TASK
, SEND_TASK
, UNKNOWN
]
Possible values: [ACTIVE
, COMPLETED
, TERMINATED
]
{
"items": [
{
"key": 0,
"processInstanceKey": 0,
"processDefinitionKey": 0,
"startDate": "string",
"endDate": "string",
"flowNodeId": "string",
"flowNodeName": "string",
"incidentKey": 0,
"type": "UNSPECIFIED",
"state": "ACTIVE",
"incident": true,
"tenantId": "string"
}
],
"sortValues": [
{}
],
"total": 0
}
Data invalid
- application/problem+json
- Schema
- Example (from schema)
Schema
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
API application error
- application/problem+json
- Schema
- Example (from schema)
Schema
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}