Validate Existing
Validate existing workflow by workflow id
Request
URI
GET
https://{api_host}/vco/api/workflows/{workflowId}/validate
COPY
Path Parameters
string
Responses
200
Validation completed
Returns validation-messages of type(s) application/json
{
"messages": [
{
"owner": "string",
"severity": "string",
"text": "string",
"title": "string"
}
]
}
Workflow Service Operations
DELETE
Delete Permission Rule
DELETE
Delete Permissions For Object
DELETE
Delete Workflow
GET
Download Workflow Icon
GET
Download Workflow Schema
GET
Download Workflow Schema Content
GET
Get All Tasks For Workflow
GET
Get All User Interactions For Workflow
GET
Get All Workflows
GET
Get Permission Rule
GET
Get Permissions For Object
GET
Get Workflow
POST
Import Workflow
POST
Insert Permissions For Object
PUT
Update Permission Rule
PUT
Validate
GET
Validate Existing