Validate Existing
Validate existing workflow by workflow id
Request
URI
GET
https://{api_host}/vco/api/workflows/{workflowId}/validate
COPY
Path Parameters
string
workflowId
Required
workflowId
Responses
200
Validation completed
Returns
WsValidationMessageList
of type(s)
application/json
{
"messages": [
{
"title": "string",
"text": "string",
"owner": "string",
"severity": "string",
"details": {}
}
]
}
array of
object
messages
Optional
messages
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/vco/api/workflows/{workflowId}/validate
Workflow Service Operations
GET
Get Workflow Schema
PUT
Update Workflow Schema Content
PUT
Validate
GET
Get All Workflows
POST
Create Workflow
GET
Validate Existing
GET
Get All Tasks For Workflow
GET
Get All User Interactions For Workflow
GET
Get Workflow
GET
Find Workflow Usages
GET
Get Workflow Schema Image
GET
Download Workflow Icon
GET
Find Workflow Dependencies
DELETE
Delete Workflow