Get sequence flows of process instance by key
GET/v1/process-instances/:key/sequence-flows
Get sequence flows of process instance by key
Request
Path Parameters
key int64required
Key of process instance
Responses
- 200
- 400
- 403
- 404
- 500
Success
- */*
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Invalid request
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Requested resource not found
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
API application error
- application/problem+json
- Schema
- Example (from schema)
Schema
status int32
message string
instance string
type string
{
"status": 0,
"message": "string",
"instance": "string",
"type": "string"
}
Loading...