Summary
Decide branch path
Description
Decide branch path
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
| Name |
Type |
Required |
Description |
| job_id |
string |
yes |
The Job ID |
| decisionArray |
array |
yes |
Evaluation groups |
Copied to Clipboard
{
"job_id": "5cb7b531d06cceb89fd21b1c",
"decisionArray": []
}
Copied to Clipboard
{
"type": "object",
"properties": {
"job_id": {
"$ref": "wfEngineCommon#/definitions/mongoObjectId"
},
"decisionArray": {
"title": "decisionArray",
"type": "array",
"items": {
"type": "object"
},
"default": []
}
},
"required": [
"job_id",
"decisionArray"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
| Name |
Type |
Description |
| return_value |
string |
id of the next task to process |
Copied to Clipboard
"cillum cupidatat aliqua"
Copied to Clipboard
{
"title": "return_value",
"type": "string"
}