CreateProcessModel interface
Describes a process being created.
Properties
description | Description of the process |
name | Name of the process |
parent |
The ID of the parent process |
reference |
Reference name of process being created. If not specified, server will assign a unique reference name |
Property Details
description
Description of the process
description: string
Property Value
string
name
Name of the process
name: string
Property Value
string
parentProcessTypeId
The ID of the parent process
parentProcessTypeId: string
Property Value
string
referenceName
Reference name of process being created. If not specified, server will assign a unique reference name
referenceName: string
Property Value
string