Find Workflows
GET/workflows
This operation allows to get all workflow descriptions
Responses
- 200
- 400
- 401
- 403
- 500
ok
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
]
]
name string
workflow name
revision string
workflow revision
description string
workflow description
steps
object[]
workflow steps
name string
step name
description string
step description
nextNominalStep string
next nominal step
nextCompensatedStep string
next compensated step
[
{
"name": "string",
"revision": "string",
"description": "string",
"steps": [
{
"name": "string",
"description": "string",
"nextNominalStep": "string",
"nextCompensatedStep": "string"
}
]
}
]
bad request
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
code int32
bad request code
message string
bad request message
description string
bad request description
violations
object[]
bad request violations
field string
field
message string
message
{
"code": 0,
"message": "string",
"description": "string",
"violations": [
{
"field": "string",
"message": "string"
}
]
}
unauthorized access
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
forbidden access
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
internal error
- application/json
- Schema
- Example (from schema)
Schema
code int32
error code
message string
error message
description string
error description
{
"code": 0,
"message": "string",
"description": "string"
}
Loading...