Workflowbody
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| name | (optional) string | The name of the workflow | [default to undefined] |
| owner | (optional) WorkflowbodyOwner | [default to undefined] | |
| description | (optional) string | Description of what the workflow accomplishes | [default to undefined] |
| definition | (optional) Workflowdefinition | [default to undefined] | |
| enabled | (optional) boolean | Enable or disable the workflow. Workflows cannot be created in an enabled state. | [default to false] |
| trigger | (optional) Workflowtrigger | [default to undefined] |