``name`` |
required, string |
The ``name`` (unique identifier) of the inventory object. |
"name": "myWorkflow" |
|
``objectType`` |
required, string |
String representation of the ``objectType`` from the enum ConfigurationType. The Enum consist of:
- "WORKFLOW"
- "JOBRESOURCE"
- "NOTICEBOARD"
- "LOCK"
- "FILEORDERSOURCE"
- "WORKINGDAYSCALENDAR"
- "NONWORKINGDAYSCALENDAR"
- "SCHEDULE"
- "JOBTEMPLATE"
- "INCLUDESCRIPT"
- "REPORT"
|
"objectType" : "WORKFLOW" |
|
``useDrafts`` |
boolean, optional |
This property decides if delivered paths for the object will be determined from draft state or from released/deployed state of the object. |
"useDrafts" : true |
false |