Get Workflow
Get a workflow in a project
Path Parameters
- workspaceId string required
The ID of the workspace the workflow belongs to
- projectId string required
The ID of the project the workflow belongs to
- workflowId string required
Responses
- 200
- 404
Ok
- application/json
- Schema
- Example (from schema)
Schema
metadata object
createdAt doubleupdatedAt doublecreatedBy stringupdatedBy stringprojectId stringworkflowId stringname stringworkflow object
workflow object[]
kind stringbaseId stringid stringnext object[]
id stringcondition object
toMatch object
anyOf- MOD1
- MOD2
stringnumber doublefilter stringprevious string[]config object
namespace stringnoUpdateContext booleanenv object
{
"metadata": {
"createdAt": 0,
"updatedAt": 0,
"createdBy": "string",
"updatedBy": "string",
"projectId": "string",
"workflowId": "string",
"name": "string"
},
"workflow": {
"workflow": [
{
"kind": "string",
"baseId": "string",
"id": "string",
"next": [
{
"id": "string",
"condition": {
"toMatch": "string",
"filter": "string"
}
}
],
"previous": [
"string"
],
"config": {
"namespace": "string",
"noUpdateContext": true
}
}
],
"env": {}
}
}
Workflow not found
Loading...