Skip to main content

DesWorkflowDefinition

A workflow definition contains a logical sequence of tasks.

type DesWorkflowDefinition {
createdAt: DateTime!
createdBy: String!
name: String!
variables: [DesWorkflowVariable!]!
workflowDefinitionId: String!
}

Fields

DesWorkflowDefinition.createdAt ● DateTime! non-null scalar

The DateTime for the creation of this workflow definition.

DesWorkflowDefinition.createdBy ● String! non-null scalar

The account information for who created this workflow definition.

DesWorkflowDefinition.name ● String! non-null scalar

The label for this workflow definition.

DesWorkflowDefinition.variables ● [DesWorkflowVariable!]! non-null object

The list of variables need to launch this workflow definition.

DesWorkflowDefinition.workflowDefinitionId ● String! non-null scalar

The reference identifier for this workflow definition.