Hi All,
I am not able to execute the workflow with REST api.
POST https://<<HOST>>:<<PORT>>/api/workflows/94dd5f20-c190-4023-a0a7-1589c46f3792/executions/
following is the response. VCO does not have any work flow runs so I assumed nothing was executed. I can run https://wxpcpvcd006a:8281/api/workflows/f29ebe52-27b2-42d1-84f1-6ecfb939326c to get all the info about the workflow. Any help appreciated.
{
"relations": {
"total": 0,
"link": [
{
"href": "https://wxpcpvcd006a:8281/vco/api/workflows/94dd5f20-c190-4023-a0a7-1589c46f3792/",
"rel": "up"
},
{
"href": "https://wxpcpvcd006a:8281/vco/api/workflows/94dd5f20-c190-4023-a0a7-1589c46f3792/executions/",
"rel": "add"
}
]
}
}