Skip to content

Latest commit

 

History

History
74 lines (53 loc) · 2.19 KB

workflow_definition.md

File metadata and controls

74 lines (53 loc) · 2.19 KB
page_title subcategory description
epilot-workflow_workflow_definition Data Source - terraform-provider-epilot-workflow
WorkflowDefinition DataSource

epilot-workflow_workflow_definition (Data Source)

WorkflowDefinition DataSource

Example Usage

data "epilot-workflow_workflow_definition" "my_workflowdefinition" {
}

Schema

Read-Only

  • assigned_to (List of String)
  • closing_reasons (Attributes List) (see below for nested schema)
  • creation_time (String) ISO String Date & Time
  • description (String)
  • due_date (String)
  • dynamic_due_date (Attributes) set a Duedate for a step then a specific (see below for nested schema)
  • enable_ecp_workflow (Boolean) Indicates whether this workflow is available for End Customer Portal or not. By default it's not.
  • enabled (Boolean) Whether the workflow is enabled or not
  • flow (String) Parsed as JSON.
  • id (String) The ID of this resource.
  • last_update_time (String) ISO String Date & Time
  • name (String)
  • taxonomies (List of String) Taxonomy ids that are associated with this workflow and used for filtering
  • update_entity_attributes (Attributes List) (see below for nested schema)
  • user_ids (List of Number) This field is deprecated. Please use assignedTo

Nested Schema for closing_reasons

Read-Only:

  • id (String)

Nested Schema for dynamic_due_date

Read-Only:

  • action_type_condition (String)
  • number_of_units (Number)
  • step_id (String)
  • time_period (String)

Nested Schema for update_entity_attributes

Read-Only:

Nested Schema for update_entity_attributes.target

Read-Only:

  • entity_attribute (String)
  • entity_schema (String)