HCMS Schema - Workflows
Describes the mapping of asset workflows and steps.
The current workflow and workflow step of an asset can be mapped in the schema by specifying the property "cs:workflow" with an empty object as its value.
It must be mapped as a string which contains the combined workflow and workflow step and is also available for querying.
{
"type" : "object",
"properties" : {
"workflow": {
"type" : "string",
"cs:workflow" : {}
}
}
}
Example entity:
{
"workflow": "900001.10."
}
Names, descriptions and further meta data of the workflows and workflow steps are available using the schema value description endpoint.