Skip to main content

Workflow

Properties

NameTypeDescriptionNotes
name(optional) stringThe name of the workflow[default to undefined]
owner(optional) WorkflowbodyOwner[default to undefined]
description(optional) stringDescription of what the workflow accomplishes[default to undefined]
definition(optional) Workflowdefinition[default to undefined]
enabled(optional) booleanEnable or disable the workflow. Workflows cannot be created in an enabled state.[default to false]
trigger(optional) Workflowtrigger[default to undefined]
id(optional) stringWorkflow ID. This is a UUID generated upon creation.[default to undefined]
executionCount(optional) numberThe number of times this workflow has been executed.[default to undefined]
failureCount(optional) numberThe number of times this workflow has failed during execution.[default to undefined]
created(optional) stringThe date and time the workflow was created.[default to undefined]
modified(optional) stringThe date and time the workflow was modified.[default to undefined]
modifiedBy(optional) Workflowmodifiedby[default to undefined]
creator(optional) WorkflowAllOfCreator[default to undefined]