workflowResponse
workflowResponse
The workflow with links
AllOf
This class requires all of the following:
JSON Example
{
"owner": {
"subId": "subId",
"id": "id"
},
"outputs": {
"key": {
"defaultValue": "{}",
"format": "format",
"description": "description"
}
},
"variables": {
"key": {
"defaultValue": "{}",
"format": "format",
"description": "description"
}
},
"schemaVersion": "schemaVersion",
"attachments": {
"key": {
"reference": true,
"id": "id"
}
},
"inputs": {
"key": {
"defaultValue": "{}",
"format": "format",
"description": "description",
"required": true
}
},
"hierarchy": [
"hierarchy",
"hierarchy"
],
"description": "description",
"readOnly": true,
"version": "version",
"steps": {
"key": {
"nextStepId": "nextStepId",
"description": "description",
"inBindings": {
"key": {
"defaultValue": "{}",
"format": "format",
"exportName": "exportName"
}
},
"conditions": [
{
"name": "name",
"nextStepId": "nextStepId",
"value": "{}"
},
{
"name": "name",
"nextStepId": "nextStepId",
"value": "{}"
}
],
"outBindings": {
"key": {
"name": "name",
"format": "format"
}
}
}
},
"tags": [
{
"name": "name",
"autoCreated": true
},
{
"name": "name",
"autoCreated": true
}
],
"startStepId": "startStepId",
"name": "name",
"id": "string",
"createdAt": "string",
"creationUser": "string"
}