Skip to content

Latest commit

 

History

History
623 lines (410 loc) · 18.5 KB

File metadata and controls

623 lines (410 loc) · 18.5 KB
page_title subcategory description
epilot-workflow_flow_template Data Source - terraform-provider-epilot-workflow
FlowTemplate DataSource

epilot-workflow_flow_template (Data Source)

FlowTemplate DataSource

Example Usage

data "epilot-workflow_flow_template" "my_flowtemplate" {
}

Schema

Read-Only

  • assigned_to (List of String)
  • available_in_ecp (Boolean) Indicates whether this workflow is available for End Customer Portal or not. By default it's not.
  • closing_reasons (Attributes List) (see below for nested schema)
  • created_at (String) ISO String Date & Time
  • description (String)
  • due_date (String)
  • due_date_config (Attributes) Set due date for the task based on a dynamic condition (see below for nested schema)
  • edges (Attributes List) (see below for nested schema)
  • enabled (Boolean) Whether the workflow is enabled or not
  • id (String) The ID of this resource.
  • is_flow_migrated (Boolean) Whether the workflow is migrated from workflows to flows or not
  • name (String)
  • org_id (String)
  • phases (Attributes List) (see below for nested schema)
  • tasks (Attributes List) (see below for nested schema)
  • taxonomies (List of String) Taxonomy ids that are associated with this workflow and used for filtering
  • trigger (Attributes) (see below for nested schema)
  • update_entity_attributes (Attributes List) (see below for nested schema)
  • updated_at (String) ISO String Date & Time

Nested Schema for closing_reasons

Read-Only:

  • creation_time (String)
  • id (String)
  • last_update_time (String)
  • status (String)
  • title (String)

Nested Schema for due_date_config

Read-Only:

  • duration (Number)
  • phase_id (String)
  • task_id (String)
  • type (String)
  • unit (String)

Nested Schema for edges

Read-Only:

  • condition_id (String)
  • from_id (String)
  • id (String)
  • none_met (Boolean) Indicates a default case for a decision task. Only decision task edges can have this field and the flow advances using this edge if no conditions are met.
  • to_id (String)

Nested Schema for phases

Read-Only:

  • assigned_to (List of String)
  • due_date (String)
  • due_date_config (Attributes) Set due date for the task based on a dynamic condition (see below for nested schema)
  • id (String)
  • name (String)
  • taxonomies (List of String) Taxonomy ids that are associated with this workflow and used for filtering

Nested Schema for phases.due_date_config

Read-Only:

  • duration (Number)
  • phase_id (String)
  • task_id (String)
  • type (String)
  • unit (String)

Nested Schema for tasks

Read-Only:

Nested Schema for tasks.automation_task

Read-Only:

  • assigned_to (List of String)
  • automation_config (Attributes) Configuration for automation execution to run (see below for nested schema)
  • description (Attributes) Longer information regarding Task (see below for nested schema)
  • due_date (String)
  • due_date_config (Attributes) Set due date for the task based on a dynamic condition (see below for nested schema)
  • ecp (Attributes) Details regarding ECP for the workflow step (see below for nested schema)
  • id (String)
  • installer (Attributes) Details regarding ECP for the workflow step (see below for nested schema)
  • journey (Attributes) (see below for nested schema)
  • name (String)
  • phase_id (String)
  • requirements (Attributes List) requirements that need to be fulfilled in order to enable the task while flow instances are running (see below for nested schema)
  • schedule (Attributes) (see below for nested schema)
  • task_type (String)
  • taxonomies (List of String) Taxonomy ids that are associated with this workflow and used for filtering
  • trigger_mode (String)

Nested Schema for tasks.automation_task.automation_config

Read-Only:

  • flow_id (String) Id of the configured automation to run

Nested Schema for tasks.automation_task.description

Read-Only:

  • enabled (Boolean)
  • value (String)

Nested Schema for tasks.automation_task.due_date_config

Read-Only:

  • duration (Number)
  • phase_id (String)
  • task_id (String)
  • type (String)
  • unit (String)

Nested Schema for tasks.automation_task.ecp

Read-Only:

Nested Schema for tasks.automation_task.ecp.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.automation_task.installer

Read-Only:

Nested Schema for tasks.automation_task.installer.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.automation_task.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.automation_task.requirements

Read-Only:

  • phase_id (String)
  • task_id (String)
  • when (String)

Nested Schema for tasks.automation_task.schedule

Read-Only:

Nested Schema for tasks.automation_task.schedule.delayed_schedule

Read-Only:

  • duration (Number)
  • mode (String)
  • unit (String)

Nested Schema for tasks.automation_task.schedule.immediate_schedule

Read-Only:

  • mode (String)

Nested Schema for tasks.automation_task.schedule.relative_schedule

Read-Only:

  • direction (String)
  • duration (Number)
  • mode (String)
  • reference (Attributes) (see below for nested schema)
  • unit (String)

Nested Schema for tasks.automation_task.schedule.relative_schedule.reference

Read-Only:

  • attribute (String) An entity attribute that identifies a date / datetime
  • id (String) The id of the entity / workflow / task, based on the origin of the schedule
  • origin (String)
  • schema (String) The schema of the entity

Nested Schema for tasks.decision_task

Read-Only:

  • assigned_to (List of String)
  • conditions (Attributes List) (see below for nested schema)
  • description (Attributes) Longer information regarding Task (see below for nested schema)
  • due_date (String)
  • due_date_config (Attributes) Set due date for the task based on a dynamic condition (see below for nested schema)
  • ecp (Attributes) Details regarding ECP for the workflow step (see below for nested schema)
  • id (String)
  • installer (Attributes) Details regarding ECP for the workflow step (see below for nested schema)
  • journey (Attributes) (see below for nested schema)
  • name (String)
  • phase_id (String)
  • requirements (Attributes List) requirements that need to be fulfilled in order to enable the task while flow instances are running (see below for nested schema)
  • schedule (Attributes) (see below for nested schema)
  • task_type (String)
  • taxonomies (List of String) Taxonomy ids that are associated with this workflow and used for filtering

Nested Schema for tasks.decision_task.conditions

Read-Only:

  • branch_name (String) The name of the branch
  • id (String)
  • logical_operator (String)
  • statements (Attributes List) (see below for nested schema)

Nested Schema for tasks.decision_task.conditions.statements

Read-Only:

Nested Schema for tasks.decision_task.conditions.statements.source

Read-Only:

  • attribute (String)
  • attribute_operation (String)
  • attribute_repeatable (Boolean)
  • attribute_type (String)
  • id (String) The id of the action or trigger
  • origin (String)
  • origin_type (String)
  • schema (String)

Nested Schema for tasks.decision_task.description

Read-Only:

  • enabled (Boolean)
  • value (String)

Nested Schema for tasks.decision_task.due_date_config

Read-Only:

  • duration (Number)
  • phase_id (String)
  • task_id (String)
  • type (String)
  • unit (String)

Nested Schema for tasks.decision_task.ecp

Read-Only:

Nested Schema for tasks.decision_task.ecp.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.decision_task.installer

Read-Only:

Nested Schema for tasks.decision_task.installer.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.decision_task.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.decision_task.requirements

Read-Only:

  • phase_id (String)
  • task_id (String)
  • when (String)

Nested Schema for tasks.decision_task.schedule

Read-Only:

Nested Schema for tasks.decision_task.schedule.delayed_schedule

Read-Only:

  • duration (Number)
  • mode (String)
  • unit (String)

Nested Schema for tasks.decision_task.schedule.relative_schedule

Read-Only:

  • direction (String)
  • duration (Number)
  • mode (String)
  • reference (Attributes) (see below for nested schema)
  • unit (String)

Nested Schema for tasks.decision_task.schedule.relative_schedule.reference

Read-Only:

  • attribute (String) An entity attribute that identifies a date / datetime
  • id (String) The id of the entity / workflow / task, based on the origin of the schedule
  • origin (String)
  • schema (String) The schema of the entity

Nested Schema for tasks.task_base

Read-Only:

  • assigned_to (List of String)
  • description (Attributes) Longer information regarding Task (see below for nested schema)
  • due_date (String)
  • due_date_config (Attributes) Set due date for the task based on a dynamic condition (see below for nested schema)
  • ecp (Attributes) Details regarding ECP for the workflow step (see below for nested schema)
  • id (String)
  • installer (Attributes) Details regarding ECP for the workflow step (see below for nested schema)
  • journey (Attributes) (see below for nested schema)
  • name (String)
  • phase_id (String)
  • requirements (Attributes List) requirements that need to be fulfilled in order to enable the task while flow instances are running (see below for nested schema)
  • task_type (String)
  • taxonomies (List of String) Taxonomy ids that are associated with this workflow and used for filtering

Nested Schema for tasks.task_base.description

Read-Only:

  • enabled (Boolean)
  • value (String)

Nested Schema for tasks.task_base.due_date_config

Read-Only:

  • duration (Number)
  • phase_id (String)
  • task_id (String)
  • type (String)
  • unit (String)

Nested Schema for tasks.task_base.ecp

Read-Only:

Nested Schema for tasks.task_base.ecp.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.task_base.installer

Read-Only:

Nested Schema for tasks.task_base.installer.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.task_base.journey

Read-Only:

  • id (String)
  • journey_id (String)
  • name (String)

Nested Schema for tasks.task_base.requirements

Read-Only:

  • phase_id (String)
  • task_id (String)
  • when (String)

Nested Schema for trigger

Read-Only:

Nested Schema for trigger.automation_trigger

Read-Only:

  • automation_id (String) Id of the automation config that triggers this workflow
  • id (String)
  • type (String)

Nested Schema for trigger.journey_submission_trigger

Read-Only:

  • automation_id (String)
  • id (String)
  • journey_id (String) ID of the journey that will trigger this flow
  • type (String)

Nested Schema for trigger.manual_trigger

Read-Only:

  • entity_schema (String)
  • id (String)
  • type (String)

Nested Schema for update_entity_attributes

Read-Only:

Nested Schema for update_entity_attributes.target

Read-Only:

  • entity_attribute (String)
  • entity_schema (String)