VroWorkflowCatalogItemPublishRequest

VroWorkflowCatalogItemPublishRequest
VroWorkflowCatalogItemPublishRequest

A request to publish a vRO workflow to the catalog for the members of a specific project.

JSON Example
{
    "description": "string",
    "global": false,
    "iconId": "string",
    "name": "string",
    "organizationSharings": [
        {
            "orgId": "string"
        }
    ],
    "projectId": "string",
    "spec": {
        "workflowId": "string"
    },
    "typeId": "string"
}