Check a Workflow is Ready to Run
GET/api/v1/workflows/:workflow/check
Check a Workflow is Ready to Run
Request
Path Parameters
workflow stringrequired
Query Parameters
cluster string
Responses
- 204
- 400
- 404
- 412
- 500
No Content
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Precondition Failed
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Internal Server Error
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...