VroWorkflowCatalogItemPublishRequest
VroWorkflowCatalogItemPublishRequest
A request to publish a vRO workflow to the catalog for the members of a specific project.
AllOf
This class requires all of the following:
JSON Example
{
"description": "string",
"global": false,
"iconId": "string",
"name": "string",
"organizationSharings": [
{
"orgId": "string"
}
],
"projectId": "string",
"spec": {
"workflowId": "string"
},
"typeId": "string"
}