The workflow definition type represents a workflow definition stored in the system. An application can start a new workflow process for a document based on an existing workflow definition.
| name | data type | description |
|---|---|---|
| name | string | Returns the name of the workflow definition. |
| version | string | Returns the workflow definition version. |
| tenantSpecific | boolean | Returns the workflow tenant property. The property specifies whether the workflow definition is tenant specific or not. |
Properties inherited from ResourceType |
||
| reference | ReferenceType | |
Example
{
"name" : "...",
"version" : "...",
"tenantSpecific" : true,
"reference" : { }
}