Skip to main content
Version: Latest Version (2.9.1)

highbond_workflow (Data Source)

Schema

Optional

api_nameString The API name of the workflow that is unique within the org, uneditable after creation, and must satisfy the following restrictions
nameString The name of the workflow. Names are case-insensitive and must be unique

Read-Only

descriptionString The description of the workflow
idString The ID of the workflow
is_availableBoolean This flag can be used to check if data source is available or not
lockedBoolean Indicates that this workflow cannot be deleted by the user

Example Usage

data "highbond_workflow" "main" {
name = "My first Workflow"
}

data "highbond_workflow" "api_name" {
api_name = "my_api_name"
}