Viewing docs for Port v2.23.1
published on Sunday, Aug 16, 2026 by port-labs
published on Sunday, Aug 16, 2026 by port-labs
Viewing docs for Port v2.23.1
published on Sunday, Aug 16, 2026 by port-labs
published on Sunday, Aug 16, 2026 by port-labs
Create Workflow Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Workflow(name: string, args: WorkflowArgs, opts?: CustomResourceOptions);@overload
def Workflow(resource_name: str,
args: WorkflowArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Workflow(resource_name: str,
opts: Optional[ResourceOptions] = None,
identifier: Optional[str] = None,
allow_anyone_to_view_runs: Optional[bool] = None,
category: Optional[str] = None,
connections: Optional[Sequence[WorkflowConnectionArgs]] = None,
description: Optional[str] = None,
icon: Optional[str] = None,
nodes: Optional[Sequence[WorkflowNodeArgs]] = None,
title: Optional[str] = None)func NewWorkflow(ctx *Context, name string, args WorkflowArgs, opts ...ResourceOption) (*Workflow, error)public Workflow(string name, WorkflowArgs args, CustomResourceOptions? opts = null)
public Workflow(String name, WorkflowArgs args)
public Workflow(String name, WorkflowArgs args, CustomResourceOptions options)
type: port:Workflow
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "port_workflow" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Workflow Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Workflow resource accepts the following input properties:
- Identifier string
- The identifier of the workflow
- Allow
Anyone boolTo View Runs - Whether any user can view this workflow's runs
- Category string
- A free-form category used to group the workflow (max 40 characters)
- Connections
List<port_
labs. Port. Inputs. Workflow Connection> - A directed connection between two nodes
- Description string
- The description of the workflow
- Icon string
- The icon of the workflow
- Nodes
List<port_
labs. Port. Inputs. Workflow Node> - A node of the workflow graph. Exactly one node config block must be set.
- Title string
- The title of the workflow
- Identifier string
- The identifier of the workflow
- Allow
Anyone boolTo View Runs - Whether any user can view this workflow's runs
- Category string
- A free-form category used to group the workflow (max 40 characters)
- Connections
[]Workflow
Connection Args - A directed connection between two nodes
- Description string
- The description of the workflow
- Icon string
- The icon of the workflow
- Nodes
[]Workflow
Node Args - A node of the workflow graph. Exactly one node config block must be set.
- Title string
- The title of the workflow
- identifier string
- The identifier of the workflow
- allow_
anyone_ boolto_ view_ runs - Whether any user can view this workflow's runs
- category string
- A free-form category used to group the workflow (max 40 characters)
- connections list(object)
- A directed connection between two nodes
- description string
- The description of the workflow
- icon string
- The icon of the workflow
- nodes list(object)
- A node of the workflow graph. Exactly one node config block must be set.
- title string
- The title of the workflow
- identifier String
- The identifier of the workflow
- allow
Anyone BooleanTo View Runs - Whether any user can view this workflow's runs
- category String
- A free-form category used to group the workflow (max 40 characters)
- connections
List<Workflow
Connection> - A directed connection between two nodes
- description String
- The description of the workflow
- icon String
- The icon of the workflow
- nodes
List<Workflow
Node> - A node of the workflow graph. Exactly one node config block must be set.
- title String
- The title of the workflow
- identifier string
- The identifier of the workflow
- allow
Anyone booleanTo View Runs - Whether any user can view this workflow's runs
- category string
- A free-form category used to group the workflow (max 40 characters)
- connections
Workflow
Connection[] - A directed connection between two nodes
- description string
- The description of the workflow
- icon string
- The icon of the workflow
- nodes
Workflow
Node[] - A node of the workflow graph. Exactly one node config block must be set.
- title string
- The title of the workflow
- identifier str
- The identifier of the workflow
- allow_
anyone_ boolto_ view_ runs - Whether any user can view this workflow's runs
- category str
- A free-form category used to group the workflow (max 40 characters)
- connections
Sequence[Workflow
Connection Args] - A directed connection between two nodes
- description str
- The description of the workflow
- icon str
- The icon of the workflow
- nodes
Sequence[Workflow
Node Args] - A node of the workflow graph. Exactly one node config block must be set.
- title str
- The title of the workflow
- identifier String
- The identifier of the workflow
- allow
Anyone BooleanTo View Runs - Whether any user can view this workflow's runs
- category String
- A free-form category used to group the workflow (max 40 characters)
- connections List<Property Map>
- A directed connection between two nodes
- description String
- The description of the workflow
- icon String
- The icon of the workflow
- nodes List<Property Map>
- A node of the workflow graph. Exactly one node config block must be set.
- title String
- The title of the workflow
Outputs
All input properties are implicitly available as output properties. Additionally, the Workflow resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Workflow Resource
Get an existing Workflow resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WorkflowState, opts?: CustomResourceOptions): Workflow@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
allow_anyone_to_view_runs: Optional[bool] = None,
category: Optional[str] = None,
connections: Optional[Sequence[WorkflowConnectionArgs]] = None,
description: Optional[str] = None,
icon: Optional[str] = None,
identifier: Optional[str] = None,
nodes: Optional[Sequence[WorkflowNodeArgs]] = None,
title: Optional[str] = None) -> Workflowfunc GetWorkflow(ctx *Context, name string, id IDInput, state *WorkflowState, opts ...ResourceOption) (*Workflow, error)public static Workflow Get(string name, Input<string> id, WorkflowState? state, CustomResourceOptions? opts = null)public static Workflow get(String name, Output<String> id, WorkflowState state, CustomResourceOptions options)resources: _: type: port:Workflow get: id: ${id}import {
to = port_workflow.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Allow
Anyone boolTo View Runs - Whether any user can view this workflow's runs
- Category string
- A free-form category used to group the workflow (max 40 characters)
- Connections
List<port_
labs. Port. Inputs. Workflow Connection> - A directed connection between two nodes
- Description string
- The description of the workflow
- Icon string
- The icon of the workflow
- Identifier string
- The identifier of the workflow
- Nodes
List<port_
labs. Port. Inputs. Workflow Node> - A node of the workflow graph. Exactly one node config block must be set.
- Title string
- The title of the workflow
- Allow
Anyone boolTo View Runs - Whether any user can view this workflow's runs
- Category string
- A free-form category used to group the workflow (max 40 characters)
- Connections
[]Workflow
Connection Args - A directed connection between two nodes
- Description string
- The description of the workflow
- Icon string
- The icon of the workflow
- Identifier string
- The identifier of the workflow
- Nodes
[]Workflow
Node Args - A node of the workflow graph. Exactly one node config block must be set.
- Title string
- The title of the workflow
- allow_
anyone_ boolto_ view_ runs - Whether any user can view this workflow's runs
- category string
- A free-form category used to group the workflow (max 40 characters)
- connections list(object)
- A directed connection between two nodes
- description string
- The description of the workflow
- icon string
- The icon of the workflow
- identifier string
- The identifier of the workflow
- nodes list(object)
- A node of the workflow graph. Exactly one node config block must be set.
- title string
- The title of the workflow
- allow
Anyone BooleanTo View Runs - Whether any user can view this workflow's runs
- category String
- A free-form category used to group the workflow (max 40 characters)
- connections
List<Workflow
Connection> - A directed connection between two nodes
- description String
- The description of the workflow
- icon String
- The icon of the workflow
- identifier String
- The identifier of the workflow
- nodes
List<Workflow
Node> - A node of the workflow graph. Exactly one node config block must be set.
- title String
- The title of the workflow
- allow
Anyone booleanTo View Runs - Whether any user can view this workflow's runs
- category string
- A free-form category used to group the workflow (max 40 characters)
- connections
Workflow
Connection[] - A directed connection between two nodes
- description string
- The description of the workflow
- icon string
- The icon of the workflow
- identifier string
- The identifier of the workflow
- nodes
Workflow
Node[] - A node of the workflow graph. Exactly one node config block must be set.
- title string
- The title of the workflow
- allow_
anyone_ boolto_ view_ runs - Whether any user can view this workflow's runs
- category str
- A free-form category used to group the workflow (max 40 characters)
- connections
Sequence[Workflow
Connection Args] - A directed connection between two nodes
- description str
- The description of the workflow
- icon str
- The icon of the workflow
- identifier str
- The identifier of the workflow
- nodes
Sequence[Workflow
Node Args] - A node of the workflow graph. Exactly one node config block must be set.
- title str
- The title of the workflow
- allow
Anyone BooleanTo View Runs - Whether any user can view this workflow's runs
- category String
- A free-form category used to group the workflow (max 40 characters)
- connections List<Property Map>
- A directed connection between two nodes
- description String
- The description of the workflow
- icon String
- The icon of the workflow
- identifier String
- The identifier of the workflow
- nodes List<Property Map>
- A node of the workflow graph. Exactly one node config block must be set.
- title String
- The title of the workflow
Supporting Types
WorkflowConnection, WorkflowConnectionArgs
- Source
Identifier string - The identifier of the source node
- Target
Identifier string - The identifier of the target node
- Description string
- The description of the connection
- Fallback bool
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - Source
Outlet stringIdentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
- Source
Identifier string - The identifier of the source node
- Target
Identifier string - The identifier of the target node
- Description string
- The description of the connection
- Fallback bool
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - Source
Outlet stringIdentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
- source_
identifier string - The identifier of the source node
- target_
identifier string - The identifier of the target node
- description string
- The description of the connection
- fallback bool
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - source_
outlet_ stringidentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
- source
Identifier String - The identifier of the source node
- target
Identifier String - The identifier of the target node
- description String
- The description of the connection
- fallback Boolean
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - source
Outlet StringIdentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
- source
Identifier string - The identifier of the source node
- target
Identifier string - The identifier of the target node
- description string
- The description of the connection
- fallback boolean
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - source
Outlet stringIdentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
- source_
identifier str - The identifier of the source node
- target_
identifier str - The identifier of the target node
- description str
- The description of the connection
- fallback bool
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - source_
outlet_ stridentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
- source
Identifier String - The identifier of the source node
- target
Identifier String - The identifier of the target node
- description String
- The description of the connection
- fallback Boolean
- Marks this connection as the fallback branch of a
conditionnode, taken when no outlet matches. Cannot be combined withsource_outlet_identifier. - source
Outlet StringIdentifier - The outlet of the source node this connection leaves from. Required for
conditionandinputnodes, and not allowed for any other node type.
WorkflowNode, WorkflowNodeArgs
- Identifier string
- The identifier of the node
- Ai
port_
labs. Port. Inputs. Workflow Node Ai - An AI node that runs a prompt through Port AI.
- Ai
Agent port_labs. Port. Inputs. Workflow Node Ai Agent - An AI agent node that invokes a configured Port AI agent.
- Condition
port_
labs. Port. Inputs. Workflow Node Condition - A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - Description string
- The description of the node
- Event
Trigger port_labs. Port. Inputs. Workflow Node Event Trigger - An event trigger node that starts the workflow when an entity event occurs.
- Icon string
- The icon of the node
- Input
port_
labs. Port. Inputs. Workflow Node Input - An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - Integration
Action port_labs. Port. Inputs. Workflow Node Integration Action - An integration action node that invokes an installed integration.
- Kafka
port_
labs. Port. Inputs. Workflow Node Kafka - A Kafka node that publishes a message to the organization's Kafka topic.
- Links List<string>
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - Schedule
Trigger port_labs. Port. Inputs. Workflow Node Schedule Trigger - A schedule trigger node that starts the workflow on a cron schedule.
- Self
Serve port_Trigger labs. Port. Inputs. Workflow Node Self Serve Trigger - A self service trigger node that starts the workflow from a user submitted form.
- Title string
- The title of the node
- Upsert
Entity port_labs. Port. Inputs. Workflow Node Upsert Entity - An upsert entity node that creates or updates an entity in the catalog.
- Variables Dictionary<string, string>
- Named expressions made available to the node at run time
- Verbose bool
- When true, the workflow service writes extended per-node run logs
- Webhook
port_
labs. Port. Inputs. Workflow Node Webhook - A webhook node that sends an HTTP request.
- Identifier string
- The identifier of the node
- Ai
Workflow
Node Ai - An AI node that runs a prompt through Port AI.
- Ai
Agent WorkflowNode Ai Agent - An AI agent node that invokes a configured Port AI agent.
- Condition
Workflow
Node Condition - A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - Description string
- The description of the node
- Event
Trigger WorkflowNode Event Trigger - An event trigger node that starts the workflow when an entity event occurs.
- Icon string
- The icon of the node
- Input
Workflow
Node Input Type - An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - Integration
Action WorkflowNode Integration Action - An integration action node that invokes an installed integration.
- Kafka
Workflow
Node Kafka - A Kafka node that publishes a message to the organization's Kafka topic.
- Links []string
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - Schedule
Trigger WorkflowNode Schedule Trigger - A schedule trigger node that starts the workflow on a cron schedule.
- Self
Serve WorkflowTrigger Node Self Serve Trigger - A self service trigger node that starts the workflow from a user submitted form.
- Title string
- The title of the node
- Upsert
Entity WorkflowNode Upsert Entity - An upsert entity node that creates or updates an entity in the catalog.
- Variables map[string]string
- Named expressions made available to the node at run time
- Verbose bool
- When true, the workflow service writes extended per-node run logs
- Webhook
Workflow
Node Webhook - A webhook node that sends an HTTP request.
- identifier string
- The identifier of the node
- ai object
- An AI node that runs a prompt through Port AI.
- ai_
agent object - An AI agent node that invokes a configured Port AI agent.
- condition object
- A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - description string
- The description of the node
- event_
trigger object - An event trigger node that starts the workflow when an entity event occurs.
- icon string
- The icon of the node
- input object
- An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - integration_
action object - An integration action node that invokes an installed integration.
- kafka object
- A Kafka node that publishes a message to the organization's Kafka topic.
- links list(string)
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - schedule_
trigger object - A schedule trigger node that starts the workflow on a cron schedule.
- self_
serve_ objecttrigger - A self service trigger node that starts the workflow from a user submitted form.
- title string
- The title of the node
- upsert_
entity object - An upsert entity node that creates or updates an entity in the catalog.
- variables map(string)
- Named expressions made available to the node at run time
- verbose bool
- When true, the workflow service writes extended per-node run logs
- webhook object
- A webhook node that sends an HTTP request.
- identifier String
- The identifier of the node
- ai
Workflow
Node Ai - An AI node that runs a prompt through Port AI.
- ai
Agent WorkflowNode Ai Agent - An AI agent node that invokes a configured Port AI agent.
- condition
Workflow
Node Condition - A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - description String
- The description of the node
- event
Trigger WorkflowNode Event Trigger - An event trigger node that starts the workflow when an entity event occurs.
- icon String
- The icon of the node
- input
Workflow
Node Input - An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - integration
Action WorkflowNode Integration Action - An integration action node that invokes an installed integration.
- kafka
Workflow
Node Kafka - A Kafka node that publishes a message to the organization's Kafka topic.
- links List<String>
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - schedule
Trigger WorkflowNode Schedule Trigger - A schedule trigger node that starts the workflow on a cron schedule.
- self
Serve WorkflowTrigger Node Self Serve Trigger - A self service trigger node that starts the workflow from a user submitted form.
- title String
- The title of the node
- upsert
Entity WorkflowNode Upsert Entity - An upsert entity node that creates or updates an entity in the catalog.
- variables Map<String,String>
- Named expressions made available to the node at run time
- verbose Boolean
- When true, the workflow service writes extended per-node run logs
- webhook
Workflow
Node Webhook - A webhook node that sends an HTTP request.
- identifier string
- The identifier of the node
- ai
Workflow
Node Ai - An AI node that runs a prompt through Port AI.
- ai
Agent WorkflowNode Ai Agent - An AI agent node that invokes a configured Port AI agent.
- condition
Workflow
Node Condition - A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - description string
- The description of the node
- event
Trigger WorkflowNode Event Trigger - An event trigger node that starts the workflow when an entity event occurs.
- icon string
- The icon of the node
- input
Workflow
Node Input - An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - integration
Action WorkflowNode Integration Action - An integration action node that invokes an installed integration.
- kafka
Workflow
Node Kafka - A Kafka node that publishes a message to the organization's Kafka topic.
- links string[]
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - schedule
Trigger WorkflowNode Schedule Trigger - A schedule trigger node that starts the workflow on a cron schedule.
- self
Serve WorkflowTrigger Node Self Serve Trigger - A self service trigger node that starts the workflow from a user submitted form.
- title string
- The title of the node
- upsert
Entity WorkflowNode Upsert Entity - An upsert entity node that creates or updates an entity in the catalog.
- variables {[key: string]: string}
- Named expressions made available to the node at run time
- verbose boolean
- When true, the workflow service writes extended per-node run logs
- webhook
Workflow
Node Webhook - A webhook node that sends an HTTP request.
- identifier str
- The identifier of the node
- ai
Workflow
Node Ai - An AI node that runs a prompt through Port AI.
- ai_
agent WorkflowNode Ai Agent - An AI agent node that invokes a configured Port AI agent.
- condition
Workflow
Node Condition - A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - description str
- The description of the node
- event_
trigger WorkflowNode Event Trigger - An event trigger node that starts the workflow when an entity event occurs.
- icon str
- The icon of the node
- input
Workflow
Node Input - An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - integration_
action WorkflowNode Integration Action - An integration action node that invokes an installed integration.
- kafka
Workflow
Node Kafka - A Kafka node that publishes a message to the organization's Kafka topic.
- links Sequence[str]
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - schedule_
trigger WorkflowNode Schedule Trigger - A schedule trigger node that starts the workflow on a cron schedule.
- self_
serve_ Workflowtrigger Node Self Serve Trigger - A self service trigger node that starts the workflow from a user submitted form.
- title str
- The title of the node
- upsert_
entity WorkflowNode Upsert Entity - An upsert entity node that creates or updates an entity in the catalog.
- variables Mapping[str, str]
- Named expressions made available to the node at run time
- verbose bool
- When true, the workflow service writes extended per-node run logs
- webhook
Workflow
Node Webhook - A webhook node that sends an HTTP request.
- identifier String
- The identifier of the node
- ai Property Map
- An AI node that runs a prompt through Port AI.
- ai
Agent Property Map - An AI agent node that invokes a configured Port AI agent.
- condition Property Map
- A condition node that branches the workflow based on JQ expressions. Connections leaving this node must set
source_outlet_identifierorfallback. - description String
- The description of the node
- event
Trigger Property Map - An event trigger node that starts the workflow when an entity event occurs.
- icon String
- The icon of the node
- input Property Map
- An input node that pauses the workflow and waits for a human response. Connections leaving this node must set
source_outlet_identifier. - integration
Action Property Map - An integration action node that invokes an installed integration.
- kafka Property Map
- A Kafka node that publishes a message to the organization's Kafka topic.
- links List<String>
- Link templates (supporting
{{ .result.field }}interpolation) evaluated when the node run completes (max 3) - schedule
Trigger Property Map - A schedule trigger node that starts the workflow on a cron schedule.
- self
Serve Property MapTrigger - A self service trigger node that starts the workflow from a user submitted form.
- title String
- The title of the node
- upsert
Entity Property Map - An upsert entity node that creates or updates an entity in the catalog.
- variables Map<String>
- Named expressions made available to the node at run time
- verbose Boolean
- When true, the workflow service writes extended per-node run logs
- webhook Property Map
- A webhook node that sends an HTTP request.
WorkflowNodeAi, WorkflowNodeAiArgs
- Mcp
Servers List<port_labs. Port. Inputs. Workflow Node Ai Mcp Server> - The MCP servers available to the AI node (max 5).
- Model string
- The AI model to use. Must be set together with
provider. - Output
Schema string - A JSON schema, encoded as a JSON string, the AI response is validated against.
- Provider string
- The AI provider to use. Must be set together with
model. - System
Prompt string - Instructions describing the AI's role and operational rules.
- Tools List<string>
- Regex patterns matched against the available tool names.
- User
Prompt string - The message or query processed by Port AI.
- Mcp
Servers []WorkflowNode Ai Mcp Server - The MCP servers available to the AI node (max 5).
- Model string
- The AI model to use. Must be set together with
provider. - Output
Schema string - A JSON schema, encoded as a JSON string, the AI response is validated against.
- Provider string
- The AI provider to use. Must be set together with
model. - System
Prompt string - Instructions describing the AI's role and operational rules.
- Tools []string
- Regex patterns matched against the available tool names.
- User
Prompt string - The message or query processed by Port AI.
- mcp_
servers list(object) - The MCP servers available to the AI node (max 5).
- model string
- The AI model to use. Must be set together with
provider. - output_
schema string - A JSON schema, encoded as a JSON string, the AI response is validated against.
- provider string
- The AI provider to use. Must be set together with
model. - system_
prompt string - Instructions describing the AI's role and operational rules.
- tools list(string)
- Regex patterns matched against the available tool names.
- user_
prompt string - The message or query processed by Port AI.
- mcp
Servers List<WorkflowNode Ai Mcp Server> - The MCP servers available to the AI node (max 5).
- model String
- The AI model to use. Must be set together with
provider. - output
Schema String - A JSON schema, encoded as a JSON string, the AI response is validated against.
- provider String
- The AI provider to use. Must be set together with
model. - system
Prompt String - Instructions describing the AI's role and operational rules.
- tools List<String>
- Regex patterns matched against the available tool names.
- user
Prompt String - The message or query processed by Port AI.
- mcp
Servers WorkflowNode Ai Mcp Server[] - The MCP servers available to the AI node (max 5).
- model string
- The AI model to use. Must be set together with
provider. - output
Schema string - A JSON schema, encoded as a JSON string, the AI response is validated against.
- provider string
- The AI provider to use. Must be set together with
model. - system
Prompt string - Instructions describing the AI's role and operational rules.
- tools string[]
- Regex patterns matched against the available tool names.
- user
Prompt string - The message or query processed by Port AI.
- mcp_
servers Sequence[WorkflowNode Ai Mcp Server] - The MCP servers available to the AI node (max 5).
- model str
- The AI model to use. Must be set together with
provider. - output_
schema str - A JSON schema, encoded as a JSON string, the AI response is validated against.
- provider str
- The AI provider to use. Must be set together with
model. - system_
prompt str - Instructions describing the AI's role and operational rules.
- tools Sequence[str]
- Regex patterns matched against the available tool names.
- user_
prompt str - The message or query processed by Port AI.
- mcp
Servers List<Property Map> - The MCP servers available to the AI node (max 5).
- model String
- The AI model to use. Must be set together with
provider. - output
Schema String - A JSON schema, encoded as a JSON string, the AI response is validated against.
- provider String
- The AI provider to use. Must be set together with
model. - system
Prompt String - Instructions describing the AI's role and operational rules.
- tools List<String>
- Regex patterns matched against the available tool names.
- user
Prompt String - The message or query processed by Port AI.
WorkflowNodeAiAgent, WorkflowNodeAiAgentArgs
- Agent
Identifier string - The identifier of the agent to invoke.
- Model string
- The AI model to use. Must be set together with
provider. - Output
Schema string - A JSON schema, encoded as a JSON string, the agent response is validated against.
- Provider string
- The AI provider to use. Must be set together with
model. - User
Prompt string - The message or query processed by the agent.
- Agent
Identifier string - The identifier of the agent to invoke.
- Model string
- The AI model to use. Must be set together with
provider. - Output
Schema string - A JSON schema, encoded as a JSON string, the agent response is validated against.
- Provider string
- The AI provider to use. Must be set together with
model. - User
Prompt string - The message or query processed by the agent.
- agent_
identifier string - The identifier of the agent to invoke.
- model string
- The AI model to use. Must be set together with
provider. - output_
schema string - A JSON schema, encoded as a JSON string, the agent response is validated against.
- provider string
- The AI provider to use. Must be set together with
model. - user_
prompt string - The message or query processed by the agent.
- agent
Identifier String - The identifier of the agent to invoke.
- model String
- The AI model to use. Must be set together with
provider. - output
Schema String - A JSON schema, encoded as a JSON string, the agent response is validated against.
- provider String
- The AI provider to use. Must be set together with
model. - user
Prompt String - The message or query processed by the agent.
- agent
Identifier string - The identifier of the agent to invoke.
- model string
- The AI model to use. Must be set together with
provider. - output
Schema string - A JSON schema, encoded as a JSON string, the agent response is validated against.
- provider string
- The AI provider to use. Must be set together with
model. - user
Prompt string - The message or query processed by the agent.
- agent_
identifier str - The identifier of the agent to invoke.
- model str
- The AI model to use. Must be set together with
provider. - output_
schema str - A JSON schema, encoded as a JSON string, the agent response is validated against.
- provider str
- The AI provider to use. Must be set together with
model. - user_
prompt str - The message or query processed by the agent.
- agent
Identifier String - The identifier of the agent to invoke.
- model String
- The AI model to use. Must be set together with
provider. - output
Schema String - A JSON schema, encoded as a JSON string, the agent response is validated against.
- provider String
- The AI provider to use. Must be set together with
model. - user
Prompt String - The message or query processed by the agent.
WorkflowNodeAiMcpServer, WorkflowNodeAiMcpServerArgs
- Identifier string
- The identifier of the MCP server.
- Identifier string
- The identifier of the MCP server.
- identifier string
- The identifier of the MCP server.
- identifier String
- The identifier of the MCP server.
- identifier string
- The identifier of the MCP server.
- identifier str
- The identifier of the MCP server.
- identifier String
- The identifier of the MCP server.
WorkflowNodeCondition, WorkflowNodeConditionArgs
- Outlets
List<port_
labs. Port. Inputs. Workflow Node Condition Outlet> - The branches of the condition, evaluated in order.
- Outlets
[]Workflow
Node Condition Outlet - The branches of the condition, evaluated in order.
- outlets list(object)
- The branches of the condition, evaluated in order.
- outlets
List<Workflow
Node Condition Outlet> - The branches of the condition, evaluated in order.
- outlets
Workflow
Node Condition Outlet[] - The branches of the condition, evaluated in order.
- outlets
Sequence[Workflow
Node Condition Outlet] - The branches of the condition, evaluated in order.
- outlets List<Property Map>
- The branches of the condition, evaluated in order.
WorkflowNodeConditionOutlet, WorkflowNodeConditionOutletArgs
- Expression string
- The JQ expression that selects this outlet.
- Identifier string
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - Status
Label port_labs. Port. Inputs. Workflow Node Condition Outlet Status Label - A custom status label displayed on the node run.
- Title string
- The title of the outlet.
- Workflow
Status port_Label labs. Port. Inputs. Workflow Node Condition Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- Expression string
- The JQ expression that selects this outlet.
- Identifier string
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - Status
Label WorkflowNode Condition Outlet Status Label - A custom status label displayed on the node run.
- Title string
- The title of the outlet.
- Workflow
Status WorkflowLabel Node Condition Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- expression string
- The JQ expression that selects this outlet.
- identifier string
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - status_
label object - A custom status label displayed on the node run.
- title string
- The title of the outlet.
- workflow_
status_ objectlabel - A custom status label displayed on the workflow run.
- expression String
- The JQ expression that selects this outlet.
- identifier String
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - status
Label WorkflowNode Condition Outlet Status Label - A custom status label displayed on the node run.
- title String
- The title of the outlet.
- workflow
Status WorkflowLabel Node Condition Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- expression string
- The JQ expression that selects this outlet.
- identifier string
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - status
Label WorkflowNode Condition Outlet Status Label - A custom status label displayed on the node run.
- title string
- The title of the outlet.
- workflow
Status WorkflowLabel Node Condition Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- expression str
- The JQ expression that selects this outlet.
- identifier str
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - status_
label WorkflowNode Condition Outlet Status Label - A custom status label displayed on the node run.
- title str
- The title of the outlet.
- workflow_
status_ Workflowlabel Node Condition Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- expression String
- The JQ expression that selects this outlet.
- identifier String
- The identifier of the outlet, referenced by a connection's
source_outlet_identifier. - status
Label Property Map - A custom status label displayed on the node run.
- title String
- The title of the outlet.
- workflow
Status Property MapLabel - A custom status label displayed on the workflow run.
WorkflowNodeConditionOutletStatusLabel, WorkflowNodeConditionOutletStatusLabelArgs
WorkflowNodeConditionOutletWorkflowStatusLabel, WorkflowNodeConditionOutletWorkflowStatusLabelArgs
WorkflowNodeEventTrigger, WorkflowNodeEventTriggerArgs
- Blueprint
Identifier string - The blueprint identifier the event relates to.
- Condition
port_
labs. Port. Inputs. Workflow Node Event Trigger Condition - A JQ condition gating whether the event starts the workflow.
- Property
Identifier string - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - Published bool
- Whether the trigger is published.
- Type string
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
- Blueprint
Identifier string - The blueprint identifier the event relates to.
- Condition
Workflow
Node Event Trigger Condition - A JQ condition gating whether the event starts the workflow.
- Property
Identifier string - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - Published bool
- Whether the trigger is published.
- Type string
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
- blueprint_
identifier string - The blueprint identifier the event relates to.
- condition object
- A JQ condition gating whether the event starts the workflow.
- property_
identifier string - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - published bool
- Whether the trigger is published.
- type string
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
- blueprint
Identifier String - The blueprint identifier the event relates to.
- condition
Workflow
Node Event Trigger Condition - A JQ condition gating whether the event starts the workflow.
- property
Identifier String - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - published Boolean
- Whether the trigger is published.
- type String
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
- blueprint
Identifier string - The blueprint identifier the event relates to.
- condition
Workflow
Node Event Trigger Condition - A JQ condition gating whether the event starts the workflow.
- property
Identifier string - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - published boolean
- Whether the trigger is published.
- type string
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
- blueprint_
identifier str - The blueprint identifier the event relates to.
- condition
Workflow
Node Event Trigger Condition - A JQ condition gating whether the event starts the workflow.
- property_
identifier str - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - published bool
- Whether the trigger is published.
- type str
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
- blueprint
Identifier String - The blueprint identifier the event relates to.
- condition Property Map
- A JQ condition gating whether the event starts the workflow.
- property
Identifier String - The property identifier the timer event relates to. Required for the
TIMER_EXPIREDevent type. - published Boolean
- Whether the trigger is published.
- type String
- The event type that triggers the workflow. One of
ENTITY_CREATED,ENTITY_UPDATED,ENTITY_DELETED,TIMER_EXPIRED,ANY_ENTITY_CHANGE.
WorkflowNodeEventTriggerCondition, WorkflowNodeEventTriggerConditionArgs
- Combinator string
- How the expressions are combined. One of
and,or. - Expressions List<string>
- The JQ expressions evaluated against the event.
- Combinator string
- How the expressions are combined. One of
and,or. - Expressions []string
- The JQ expressions evaluated against the event.
- combinator string
- How the expressions are combined. One of
and,or. - expressions list(string)
- The JQ expressions evaluated against the event.
- combinator String
- How the expressions are combined. One of
and,or. - expressions List<String>
- The JQ expressions evaluated against the event.
- combinator string
- How the expressions are combined. One of
and,or. - expressions string[]
- The JQ expressions evaluated against the event.
- combinator str
- How the expressions are combined. One of
and,or. - expressions Sequence[str]
- The JQ expressions evaluated against the event.
- combinator String
- How the expressions are combined. One of
and,or. - expressions List<String>
- The JQ expressions evaluated against the event.
WorkflowNodeInput, WorkflowNodeInputArgs
- Description string
- The description shown on the response form.
- Notifications
List<port_
labs. Port. Inputs. Workflow Node Input Notification> - Notifications sent when the input node starts waiting.
- Outlets
List<port_
labs. Port. Inputs. Workflow Node Input Outlet> - The branches of the input node, each bound to a button.
- Responders
port_
labs. Port. Inputs. Workflow Node Input Responders - Who is allowed to respond to this input node.
- User
Inputs port_labs. Port. Inputs. Workflow Node Input User Inputs - The form presented to the responders.
- Description string
- The description shown on the response form.
- Notifications
[]Workflow
Node Input Notification - Notifications sent when the input node starts waiting.
- Outlets
[]Workflow
Node Input Outlet - The branches of the input node, each bound to a button.
- Responders
Workflow
Node Input Responders - Who is allowed to respond to this input node.
- User
Inputs WorkflowNode Input User Inputs - The form presented to the responders.
- description string
- The description shown on the response form.
- notifications list(object)
- Notifications sent when the input node starts waiting.
- outlets list(object)
- The branches of the input node, each bound to a button.
- responders object
- Who is allowed to respond to this input node.
- user_
inputs object - The form presented to the responders.
- description String
- The description shown on the response form.
- notifications
List<Workflow
Node Input Notification> - Notifications sent when the input node starts waiting.
- outlets
List<Workflow
Node Input Outlet> - The branches of the input node, each bound to a button.
- responders
Workflow
Node Input Responders - Who is allowed to respond to this input node.
- user
Inputs WorkflowNode Input User Inputs - The form presented to the responders.
- description string
- The description shown on the response form.
- notifications
Workflow
Node Input Notification[] - Notifications sent when the input node starts waiting.
- outlets
Workflow
Node Input Outlet[] - The branches of the input node, each bound to a button.
- responders
Workflow
Node Input Responders - Who is allowed to respond to this input node.
- user
Inputs WorkflowNode Input User Inputs - The form presented to the responders.
- description str
- The description shown on the response form.
- notifications
Sequence[Workflow
Node Input Notification] - Notifications sent when the input node starts waiting.
- outlets
Sequence[Workflow
Node Input Outlet] - The branches of the input node, each bound to a button.
- responders
Workflow
Node Input Responders - Who is allowed to respond to this input node.
- user_
inputs WorkflowNode Input User Inputs - The form presented to the responders.
- description String
- The description shown on the response form.
- notifications List<Property Map>
- Notifications sent when the input node starts waiting.
- outlets List<Property Map>
- The branches of the input node, each bound to a button.
- responders Property Map
- Who is allowed to respond to this input node.
- user
Inputs Property Map - The form presented to the responders.
WorkflowNodeInputNotification, WorkflowNodeInputNotificationArgs
- Target string
- The notification target. One of
email,webhook. - Agent bool
- Whether the webhook is routed through the Port agent.
- Body string
- The webhook body as a JSON encoded string.
- Fields
List<port_
labs. Port. Inputs. Workflow Node Input Notification Field> - The fields rendered in the email notification. Only valid when
targetisemail. - Headers Dictionary<string, string>
- The webhook headers.
- Method string
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - Url string
- The webhook URL. Required when
targetiswebhook.
- Target string
- The notification target. One of
email,webhook. - Agent bool
- Whether the webhook is routed through the Port agent.
- Body string
- The webhook body as a JSON encoded string.
- Fields
[]Workflow
Node Input Notification Field - The fields rendered in the email notification. Only valid when
targetisemail. - Headers map[string]string
- The webhook headers.
- Method string
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - Url string
- The webhook URL. Required when
targetiswebhook.
- target string
- The notification target. One of
email,webhook. - agent bool
- Whether the webhook is routed through the Port agent.
- body string
- The webhook body as a JSON encoded string.
- fields list(object)
- The fields rendered in the email notification. Only valid when
targetisemail. - headers map(string)
- The webhook headers.
- method string
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - url string
- The webhook URL. Required when
targetiswebhook.
- target String
- The notification target. One of
email,webhook. - agent Boolean
- Whether the webhook is routed through the Port agent.
- body String
- The webhook body as a JSON encoded string.
- fields
List<Workflow
Node Input Notification Field> - The fields rendered in the email notification. Only valid when
targetisemail. - headers Map<String,String>
- The webhook headers.
- method String
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - url String
- The webhook URL. Required when
targetiswebhook.
- target string
- The notification target. One of
email,webhook. - agent boolean
- Whether the webhook is routed through the Port agent.
- body string
- The webhook body as a JSON encoded string.
- fields
Workflow
Node Input Notification Field[] - The fields rendered in the email notification. Only valid when
targetisemail. - headers {[key: string]: string}
- The webhook headers.
- method string
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - url string
- The webhook URL. Required when
targetiswebhook.
- target str
- The notification target. One of
email,webhook. - agent bool
- Whether the webhook is routed through the Port agent.
- body str
- The webhook body as a JSON encoded string.
- fields
Sequence[Workflow
Node Input Notification Field] - The fields rendered in the email notification. Only valid when
targetisemail. - headers Mapping[str, str]
- The webhook headers.
- method str
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - url str
- The webhook URL. Required when
targetiswebhook.
- target String
- The notification target. One of
email,webhook. - agent Boolean
- Whether the webhook is routed through the Port agent.
- body String
- The webhook body as a JSON encoded string.
- fields List<Property Map>
- The fields rendered in the email notification. Only valid when
targetisemail. - headers Map<String>
- The webhook headers.
- method String
- The webhook HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - url String
- The webhook URL. Required when
targetiswebhook.
WorkflowNodeInputNotificationField, WorkflowNodeInputNotificationFieldArgs
WorkflowNodeInputOutlet, WorkflowNodeInputOutletArgs
- Identifier string
- The identifier of the outlet. Must match a button identifier.
- Num
Of intResponders - How many responders must press the button before the workflow continues.
- Status
Label port_labs. Port. Inputs. Workflow Node Input Outlet Status Label - A custom status label displayed on the node run.
- Title string
- The title of the outlet.
- Workflow
Status port_Label labs. Port. Inputs. Workflow Node Input Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- Identifier string
- The identifier of the outlet. Must match a button identifier.
- Num
Of intResponders - How many responders must press the button before the workflow continues.
- Status
Label WorkflowNode Input Outlet Status Label - A custom status label displayed on the node run.
- Title string
- The title of the outlet.
- Workflow
Status WorkflowLabel Node Input Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- identifier string
- The identifier of the outlet. Must match a button identifier.
- num_
of_ numberresponders - How many responders must press the button before the workflow continues.
- status_
label object - A custom status label displayed on the node run.
- title string
- The title of the outlet.
- workflow_
status_ objectlabel - A custom status label displayed on the workflow run.
- identifier String
- The identifier of the outlet. Must match a button identifier.
- num
Of IntegerResponders - How many responders must press the button before the workflow continues.
- status
Label WorkflowNode Input Outlet Status Label - A custom status label displayed on the node run.
- title String
- The title of the outlet.
- workflow
Status WorkflowLabel Node Input Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- identifier string
- The identifier of the outlet. Must match a button identifier.
- num
Of numberResponders - How many responders must press the button before the workflow continues.
- status
Label WorkflowNode Input Outlet Status Label - A custom status label displayed on the node run.
- title string
- The title of the outlet.
- workflow
Status WorkflowLabel Node Input Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- identifier str
- The identifier of the outlet. Must match a button identifier.
- num_
of_ intresponders - How many responders must press the button before the workflow continues.
- status_
label WorkflowNode Input Outlet Status Label - A custom status label displayed on the node run.
- title str
- The title of the outlet.
- workflow_
status_ Workflowlabel Node Input Outlet Workflow Status Label - A custom status label displayed on the workflow run.
- identifier String
- The identifier of the outlet. Must match a button identifier.
- num
Of NumberResponders - How many responders must press the button before the workflow continues.
- status
Label Property Map - A custom status label displayed on the node run.
- title String
- The title of the outlet.
- workflow
Status Property MapLabel - A custom status label displayed on the workflow run.
WorkflowNodeInputOutletStatusLabel, WorkflowNodeInputOutletStatusLabelArgs
WorkflowNodeInputOutletWorkflowStatusLabel, WorkflowNodeInputOutletWorkflowStatusLabelArgs
WorkflowNodeInputResponders, WorkflowNodeInputRespondersArgs
- Roles List<string>
- The roles allowed to respond.
- Teams List<string>
- The identifiers of the teams allowed to respond. They must exist in the organization.
- Users List<string>
- The emails of the users allowed to respond. They must exist in the organization.
- Users
Query string - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
- Roles []string
- The roles allowed to respond.
- Teams []string
- The identifiers of the teams allowed to respond. They must exist in the organization.
- Users []string
- The emails of the users allowed to respond. They must exist in the organization.
- Users
Query string - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
- roles list(string)
- The roles allowed to respond.
- teams list(string)
- The identifiers of the teams allowed to respond. They must exist in the organization.
- users list(string)
- The emails of the users allowed to respond. They must exist in the organization.
- users_
query string - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
- roles List<String>
- The roles allowed to respond.
- teams List<String>
- The identifiers of the teams allowed to respond. They must exist in the organization.
- users List<String>
- The emails of the users allowed to respond. They must exist in the organization.
- users
Query String - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
- roles string[]
- The roles allowed to respond.
- teams string[]
- The identifiers of the teams allowed to respond. They must exist in the organization.
- users string[]
- The emails of the users allowed to respond. They must exist in the organization.
- users
Query string - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
- roles Sequence[str]
- The roles allowed to respond.
- teams Sequence[str]
- The identifiers of the teams allowed to respond. They must exist in the organization.
- users Sequence[str]
- The emails of the users allowed to respond. They must exist in the organization.
- users_
query str - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
- roles List<String>
- The roles allowed to respond.
- teams List<String>
- The identifiers of the teams allowed to respond. They must exist in the organization.
- users List<String>
- The emails of the users allowed to respond. They must exist in the organization.
- users
Query String - A JSON encoded entity search query, run against the
_userblueprint, resolving additional responders.
WorkflowNodeInputUserInputs, WorkflowNodeInputUserInputsArgs
-
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs Button> - The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- Order
Properties List<string> - The order the inputs are rendered in. Cannot be combined with
steps. - Required
Jq stringQuery - A jq query resolving which inputs are required.
- Steps
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs Step> - Splits the form into steps. Cannot be combined with
order_properties. - Titles
Dictionary<string, port_
labs. Port. Inputs. Workflow Node Input User Inputs Titles> - Static titles rendered between the inputs of the form.
- User
Properties port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties - The user inputs the form collects.
- Validations
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs Validation> - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
-
[]Workflow
Node Input User Inputs Button - The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- Order
Properties []string - The order the inputs are rendered in. Cannot be combined with
steps. - Required
Jq stringQuery - A jq query resolving which inputs are required.
- Steps
[]Workflow
Node Input User Inputs Step - Splits the form into steps. Cannot be combined with
order_properties. - Titles
map[string]Workflow
Node Input User Inputs Titles - Static titles rendered between the inputs of the form.
- User
Properties WorkflowNode Input User Inputs User Properties - The user inputs the form collects.
- Validations
[]Workflow
Node Input User Inputs Validation - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- list(object)
- The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- order_
properties list(string) - The order the inputs are rendered in. Cannot be combined with
steps. - required_
jq_ stringquery - A jq query resolving which inputs are required.
- steps list(object)
- Splits the form into steps. Cannot be combined with
order_properties. - titles map(object)
- Static titles rendered between the inputs of the form.
- user_
properties object - The user inputs the form collects.
- validations list(object)
- Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
-
List<Workflow
Node Input User Inputs Button> - The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- order
Properties List<String> - The order the inputs are rendered in. Cannot be combined with
steps. - required
Jq StringQuery - A jq query resolving which inputs are required.
- steps
List<Workflow
Node Input User Inputs Step> - Splits the form into steps. Cannot be combined with
order_properties. - titles
Map<String,Workflow
Node Input User Inputs Titles> - Static titles rendered between the inputs of the form.
- user
Properties WorkflowNode Input User Inputs User Properties - The user inputs the form collects.
- validations
List<Workflow
Node Input User Inputs Validation> - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
-
Workflow
Node Input User Inputs Button[] - The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- order
Properties string[] - The order the inputs are rendered in. Cannot be combined with
steps. - required
Jq stringQuery - A jq query resolving which inputs are required.
- steps
Workflow
Node Input User Inputs Step[] - Splits the form into steps. Cannot be combined with
order_properties. - titles
{[key: string]: Workflow
Node Input User Inputs Titles} - Static titles rendered between the inputs of the form.
- user
Properties WorkflowNode Input User Inputs User Properties - The user inputs the form collects.
- validations
Workflow
Node Input User Inputs Validation[] - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
-
Sequence[Workflow
Node Input User Inputs Button] - The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- order_
properties Sequence[str] - The order the inputs are rendered in. Cannot be combined with
steps. - required_
jq_ strquery - A jq query resolving which inputs are required.
- steps
Sequence[Workflow
Node Input User Inputs Step] - Splits the form into steps. Cannot be combined with
order_properties. - titles
Mapping[str, Workflow
Node Input User Inputs Titles] - Static titles rendered between the inputs of the form.
- user_
properties WorkflowNode Input User Inputs User Properties - The user inputs the form collects.
- validations
Sequence[Workflow
Node Input User Inputs Validation] - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- List<Property Map>
- The buttons rendered on the response form. Each outlet must reference one of these identifiers.
- order
Properties List<String> - The order the inputs are rendered in. Cannot be combined with
steps. - required
Jq StringQuery - A jq query resolving which inputs are required.
- steps List<Property Map>
- Splits the form into steps. Cannot be combined with
order_properties. - titles Map<Property Map>
- Static titles rendered between the inputs of the form.
- user
Properties Property Map - The user inputs the form collects.
- validations List<Property Map>
- Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
WorkflowNodeInputUserInputsButton, WorkflowNodeInputUserInputsButtonArgs
- Identifier string
- The identifier of the button.
- Label string
- The label of the button.
- Variant string
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - Icon string
- The icon of the button.
- Identifier string
- The identifier of the button.
- Label string
- The label of the button.
- Variant string
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - Icon string
- The icon of the button.
- identifier string
- The identifier of the button.
- label string
- The label of the button.
- variant string
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - icon string
- The icon of the button.
- identifier String
- The identifier of the button.
- label String
- The label of the button.
- variant String
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - icon String
- The icon of the button.
- identifier string
- The identifier of the button.
- label string
- The label of the button.
- variant string
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - icon string
- The icon of the button.
- identifier str
- The identifier of the button.
- label str
- The label of the button.
- variant str
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - icon str
- The icon of the button.
- identifier String
- The identifier of the button.
- label String
- The label of the button.
- variant String
- The button variant. One of
PRIMARY,SECONDARY,DANGER. - icon String
- The icon of the button.
WorkflowNodeInputUserInputsStep, WorkflowNodeInputUserInputsStepArgs
- Orders List<string>
- The order of the inputs in this step.
- Title string
- The step's title (max 25 characters).
- Validations
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs Step Validation> - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- Visible bool
- The visibility of the step.
- Visible
Jq stringQuery - The visibility condition jq query of the step.
- Orders []string
- The order of the inputs in this step.
- Title string
- The step's title (max 25 characters).
- Validations
[]Workflow
Node Input User Inputs Step Validation - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- Visible bool
- The visibility of the step.
- Visible
Jq stringQuery - The visibility condition jq query of the step.
- orders list(string)
- The order of the inputs in this step.
- title string
- The step's title (max 25 characters).
- validations list(object)
- Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible bool
- The visibility of the step.
- visible_
jq_ stringquery - The visibility condition jq query of the step.
- orders List<String>
- The order of the inputs in this step.
- title String
- The step's title (max 25 characters).
- validations
List<Workflow
Node Input User Inputs Step Validation> - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible Boolean
- The visibility of the step.
- visible
Jq StringQuery - The visibility condition jq query of the step.
- orders string[]
- The order of the inputs in this step.
- title string
- The step's title (max 25 characters).
- validations
Workflow
Node Input User Inputs Step Validation[] - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible boolean
- The visibility of the step.
- visible
Jq stringQuery - The visibility condition jq query of the step.
- orders Sequence[str]
- The order of the inputs in this step.
- title str
- The step's title (max 25 characters).
- validations
Sequence[Workflow
Node Input User Inputs Step Validation] - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible bool
- The visibility of the step.
- visible_
jq_ strquery - The visibility condition jq query of the step.
- orders List<String>
- The order of the inputs in this step.
- title String
- The step's title (max 25 characters).
- validations List<Property Map>
- Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible Boolean
- The visibility of the step.
- visible
Jq StringQuery - The visibility condition jq query of the step.
WorkflowNodeInputUserInputsStepValidation, WorkflowNodeInputUserInputsStepValidationArgs
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint str
- A jq expression that has to evaluate to
truefor the form to be valid. - message str
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
WorkflowNodeInputUserInputsTitles, WorkflowNodeInputUserInputsTitlesArgs
- Title string
- The title text.
- Description string
- The title description.
- Visible bool
- The visibility of the title.
- Visible
Jq stringQuery - The visibility condition jq query of the title.
- Title string
- The title text.
- Description string
- The title description.
- Visible bool
- The visibility of the title.
- Visible
Jq stringQuery - The visibility condition jq query of the title.
- title string
- The title text.
- description string
- The title description.
- visible bool
- The visibility of the title.
- visible_
jq_ stringquery - The visibility condition jq query of the title.
- title String
- The title text.
- description String
- The title description.
- visible Boolean
- The visibility of the title.
- visible
Jq StringQuery - The visibility condition jq query of the title.
- title string
- The title text.
- description string
- The title description.
- visible boolean
- The visibility of the title.
- visible
Jq stringQuery - The visibility condition jq query of the title.
- title str
- The title text.
- description str
- The title description.
- visible bool
- The visibility of the title.
- visible_
jq_ strquery - The visibility condition jq query of the title.
- title String
- The title text.
- description String
- The title description.
- visible Boolean
- The visibility of the title.
- visible
Jq StringQuery - The visibility condition jq query of the title.
WorkflowNodeInputUserInputsUserProperties, WorkflowNodeInputUserInputsUserPropertiesArgs
- Array
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Array Props> - The array inputs of the form.
- Boolean
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Boolean Props> - The boolean inputs of the form.
- Number
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Number Props> - The number inputs of the form.
- Object
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Object Props> - The object inputs of the form.
- String
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props> - The string inputs of the form.
- Array
Props map[string]WorkflowNode Input User Inputs User Properties Array Props - The array inputs of the form.
- Boolean
Props map[string]WorkflowNode Input User Inputs User Properties Boolean Props - The boolean inputs of the form.
- Number
Props map[string]WorkflowNode Input User Inputs User Properties Number Props - The number inputs of the form.
- Object
Props map[string]WorkflowNode Input User Inputs User Properties Object Props - The object inputs of the form.
- String
Props map[string]WorkflowNode Input User Inputs User Properties String Props - The string inputs of the form.
- array_
props map(object) - The array inputs of the form.
- boolean_
props map(object) - The boolean inputs of the form.
- number_
props map(object) - The number inputs of the form.
- object_
props map(object) - The object inputs of the form.
- string_
props map(object) - The string inputs of the form.
- array
Props Map<String,WorkflowNode Input User Inputs User Properties Array Props> - The array inputs of the form.
- boolean
Props Map<String,WorkflowNode Input User Inputs User Properties Boolean Props> - The boolean inputs of the form.
- number
Props Map<String,WorkflowNode Input User Inputs User Properties Number Props> - The number inputs of the form.
- object
Props Map<String,WorkflowNode Input User Inputs User Properties Object Props> - The object inputs of the form.
- string
Props Map<String,WorkflowNode Input User Inputs User Properties String Props> - The string inputs of the form.
- array
Props {[key: string]: WorkflowNode Input User Inputs User Properties Array Props} - The array inputs of the form.
- boolean
Props {[key: string]: WorkflowNode Input User Inputs User Properties Boolean Props} - The boolean inputs of the form.
- number
Props {[key: string]: WorkflowNode Input User Inputs User Properties Number Props} - The number inputs of the form.
- object
Props {[key: string]: WorkflowNode Input User Inputs User Properties Object Props} - The object inputs of the form.
- string
Props {[key: string]: WorkflowNode Input User Inputs User Properties String Props} - The string inputs of the form.
- array_
props Mapping[str, WorkflowNode Input User Inputs User Properties Array Props] - The array inputs of the form.
- boolean_
props Mapping[str, WorkflowNode Input User Inputs User Properties Boolean Props] - The boolean inputs of the form.
- number_
props Mapping[str, WorkflowNode Input User Inputs User Properties Number Props] - The number inputs of the form.
- object_
props Mapping[str, WorkflowNode Input User Inputs User Properties Object Props] - The object inputs of the form.
- string_
props Mapping[str, WorkflowNode Input User Inputs User Properties String Props] - The string inputs of the form.
- array
Props Map<Property Map> - The array inputs of the form.
- boolean
Props Map<Property Map> - The boolean inputs of the form.
- number
Props Map<Property Map> - The number inputs of the form.
- object
Props Map<Property Map> - The object inputs of the form.
- string
Props Map<Property Map> - The string inputs of the form.
WorkflowNodeInputUserInputsUserPropertiesArrayProps, WorkflowNodeInputUserInputsUserPropertiesArrayPropsArgs
- Default
Jq stringQuery - The default jq query of the array input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the array input.
- Disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the array input.
- Icon string
- The icon of the array input.
- Max
Items int - The max items of the array input.
- Max
Items stringJq Query - The max items jq query of the array input.
- Min
Items int - The min items of the array input.
- Min
Items stringJq Query - The min items jq query of the array input.
- Number
Items port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Array Props Number Items - The number items of the array input.
- Object
Items port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Array Props Object Items - The object items of the array input.
- Read
Only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the array input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- String
Items port_labs. Port. Inputs. Workflow Node Input User Inputs User Properties Array Props String Items - The string items of the array input.
- Title string
- The title of the array input.
- Unique
Items bool - Whether the values of the array have to be unique.
- Visible bool
- The visibility of the array input.
- Visible
Jq stringQuery - The visibility condition jq query of the array input.
- Default
Jq stringQuery - The default jq query of the array input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the array input.
- Disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the array input.
- Icon string
- The icon of the array input.
- Max
Items int - The max items of the array input.
- Max
Items stringJq Query - The max items jq query of the array input.
- Min
Items int - The min items of the array input.
- Min
Items stringJq Query - The min items jq query of the array input.
- Number
Items WorkflowNode Input User Inputs User Properties Array Props Number Items - The number items of the array input.
- Object
Items WorkflowNode Input User Inputs User Properties Array Props Object Items - The object items of the array input.
- Read
Only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the array input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
Workflow
Node Input User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- String
Items WorkflowNode Input User Inputs User Properties Array Props String Items - The string items of the array input.
- Title string
- The title of the array input.
- Unique
Items bool - Whether the values of the array have to be unique.
- Visible bool
- The visibility of the array input.
- Visible
Jq stringQuery - The visibility condition jq query of the array input.
- default_
jq_ stringquery - The default jq query of the array input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the array input.
- disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the array input.
- icon string
- The icon of the array input.
- max_
items number - The max items of the array input.
- max_
items_ stringjq_ query - The max items jq query of the array input.
- min_
items number - The min items of the array input.
- min_
items_ stringjq_ query - The min items jq query of the array input.
- number_
items object - The number items of the array input.
- object_
items object - The object items of the array input.
- read_
only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the array input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort object
- How the entities are sorted in the form.
- string_
items object - The string items of the array input.
- title string
- The title of the array input.
- unique_
items bool - Whether the values of the array have to be unique.
- visible bool
- The visibility of the array input.
- visible_
jq_ stringquery - The visibility condition jq query of the array input.
- default
Jq StringQuery - The default jq query of the array input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the array input.
- disabled Boolean
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the array input.
- icon String
- The icon of the array input.
- max
Items Integer - The max items of the array input.
- max
Items StringJq Query - The max items jq query of the array input.
- min
Items Integer - The min items of the array input.
- min
Items StringJq Query - The min items jq query of the array input.
- number
Items WorkflowNode Input User Inputs User Properties Array Props Number Items - The number items of the array input.
- object
Items WorkflowNode Input User Inputs User Properties Array Props Object Items - The object items of the array input.
- read
Only Boolean - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the array input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Input User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- string
Items WorkflowNode Input User Inputs User Properties Array Props String Items - The string items of the array input.
- title String
- The title of the array input.
- unique
Items Boolean - Whether the values of the array have to be unique.
- visible Boolean
- The visibility of the array input.
- visible
Jq StringQuery - The visibility condition jq query of the array input.
- default
Jq stringQuery - The default jq query of the array input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the array input.
- disabled boolean
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the array input.
- icon string
- The icon of the array input.
- max
Items number - The max items of the array input.
- max
Items stringJq Query - The max items jq query of the array input.
- min
Items number - The min items of the array input.
- min
Items stringJq Query - The min items jq query of the array input.
- number
Items WorkflowNode Input User Inputs User Properties Array Props Number Items - The number items of the array input.
- object
Items WorkflowNode Input User Inputs User Properties Array Props Object Items - The object items of the array input.
- read
Only boolean - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the array input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Input User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- string
Items WorkflowNode Input User Inputs User Properties Array Props String Items - The string items of the array input.
- title string
- The title of the array input.
- unique
Items boolean - Whether the values of the array have to be unique.
- visible boolean
- The visibility of the array input.
- visible
Jq stringQuery - The visibility condition jq query of the array input.
- default_
jq_ strquery - The default jq query of the array input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the array input.
- disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the array input.
- icon str
- The icon of the array input.
- max_
items int - The max items of the array input.
- max_
items_ strjq_ query - The max items jq query of the array input.
- min_
items int - The min items of the array input.
- min_
items_ strjq_ query - The min items jq query of the array input.
- number_
items WorkflowNode Input User Inputs User Properties Array Props Number Items - The number items of the array input.
- object_
items WorkflowNode Input User Inputs User Properties Array Props Object Items - The object items of the array input.
- read_
only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the array input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Input User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- string_
items WorkflowNode Input User Inputs User Properties Array Props String Items - The string items of the array input.
- title str
- The title of the array input.
- unique_
items bool - Whether the values of the array have to be unique.
- visible bool
- The visibility of the array input.
- visible_
jq_ strquery - The visibility condition jq query of the array input.
- default
Jq StringQuery - The default jq query of the array input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the array input.
- disabled Boolean
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the array input.
- icon String
- The icon of the array input.
- max
Items Number - The max items of the array input.
- max
Items StringJq Query - The max items jq query of the array input.
- min
Items Number - The min items of the array input.
- min
Items StringJq Query - The min items jq query of the array input.
- number
Items Property Map - The number items of the array input.
- object
Items Property Map - The object items of the array input.
- read
Only Boolean - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the array input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort Property Map
- How the entities are sorted in the form.
- string
Items Property Map - The string items of the array input.
- title String
- The title of the array input.
- unique
Items Boolean - Whether the values of the array have to be unique.
- visible Boolean
- The visibility of the array input.
- visible
Jq StringQuery - The visibility condition jq query of the array input.
WorkflowNodeInputUserInputsUserPropertiesArrayPropsNumberItems, WorkflowNodeInputUserInputsUserPropertiesArrayPropsNumberItemsArgs
- Defaults List<double>
- The default value of the items.
- Enum
Colors Dictionary<string, string> - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<double>
- The values the user can pick from.
- Defaults []float64
- The default value of the items.
- Enum
Colors map[string]string - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []float64
- The values the user can pick from.
- defaults list(number)
- The default value of the items.
- enum_
colors map(string) - The colors of the enum values.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(number)
- The values the user can pick from.
- defaults List<Double>
- The default value of the items.
- enum
Colors Map<String,String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Double>
- The values the user can pick from.
- defaults number[]
- The default value of the items.
- enum
Colors {[key: string]: string} - The colors of the enum values.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums number[]
- The values the user can pick from.
- defaults Sequence[float]
- The default value of the items.
- enum_
colors Mapping[str, str] - The colors of the enum values.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[float]
- The values the user can pick from.
- defaults List<Number>
- The default value of the items.
- enum
Colors Map<String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Number>
- The values the user can pick from.
WorkflowNodeInputUserInputsUserPropertiesArrayPropsObjectItems, WorkflowNodeInputUserInputsUserPropertiesArrayPropsObjectItemsArgs
WorkflowNodeInputUserInputsUserPropertiesArrayPropsSort, WorkflowNodeInputUserInputsUserPropertiesArrayPropsSortArgs
WorkflowNodeInputUserInputsUserPropertiesArrayPropsStringItems, WorkflowNodeInputUserInputsUserPropertiesArrayPropsStringItemsArgs
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- Defaults List<string>
- The default value of the items.
- Enum
Colors Dictionary<string, string> - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<string>
- The values the user can pick from.
- Format string
- The format of each item.
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- Defaults []string
- The default value of the items.
- Enum
Colors map[string]string - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []string
- The values the user can pick from.
- Format string
- The format of each item.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults list(string)
- The default value of the items.
- enum_
colors map(string) - The colors of the enum values.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(string)
- The values the user can pick from.
- format string
- The format of each item.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset String
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults List<String>
- The default value of the items.
- enum
Colors Map<String,String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of each item.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults string[]
- The default value of the items.
- enum
Colors {[key: string]: string} - The colors of the enum values.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums string[]
- The values the user can pick from.
- format string
- The format of each item.
- blueprint str
- The blueprint the entities are taken from. Required when
formatisentity. - dataset str
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults Sequence[str]
- The default value of the items.
- enum_
colors Mapping[str, str] - The colors of the enum values.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[str]
- The values the user can pick from.
- format str
- The format of each item.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset String
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults List<String>
- The default value of the items.
- enum
Colors Map<String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of each item.
WorkflowNodeInputUserInputsUserPropertiesBooleanProps, WorkflowNodeInputUserInputsUserPropertiesBooleanPropsArgs
- Default bool
- The default of the boolean input.
- Default
Jq stringQuery - The default jq query of the boolean input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the boolean input.
- Disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the boolean input.
- Icon string
- The icon of the boolean input.
- Read
Only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the boolean input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the boolean input.
- Visible bool
- The visibility of the boolean input.
- Visible
Jq stringQuery - The visibility condition jq query of the boolean input.
- Default bool
- The default of the boolean input.
- Default
Jq stringQuery - The default jq query of the boolean input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the boolean input.
- Disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the boolean input.
- Icon string
- The icon of the boolean input.
- Read
Only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the boolean input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the boolean input.
- Visible bool
- The visibility of the boolean input.
- Visible
Jq stringQuery - The visibility condition jq query of the boolean input.
- default bool
- The default of the boolean input.
- default_
jq_ stringquery - The default jq query of the boolean input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the boolean input.
- disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the boolean input.
- icon string
- The icon of the boolean input.
- read_
only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the boolean input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the boolean input.
- visible bool
- The visibility of the boolean input.
- visible_
jq_ stringquery - The visibility condition jq query of the boolean input.
- default
Jq StringQuery - The default jq query of the boolean input.
- default_ Boolean
- The default of the boolean input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the boolean input.
- disabled Boolean
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the boolean input.
- icon String
- The icon of the boolean input.
- read
Only Boolean - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the boolean input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the boolean input.
- visible Boolean
- The visibility of the boolean input.
- visible
Jq StringQuery - The visibility condition jq query of the boolean input.
- default boolean
- The default of the boolean input.
- default
Jq stringQuery - The default jq query of the boolean input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the boolean input.
- disabled boolean
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the boolean input.
- icon string
- The icon of the boolean input.
- read
Only boolean - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the boolean input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the boolean input.
- visible boolean
- The visibility of the boolean input.
- visible
Jq stringQuery - The visibility condition jq query of the boolean input.
- default bool
- The default of the boolean input.
- default_
jq_ strquery - The default jq query of the boolean input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the boolean input.
- disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the boolean input.
- icon str
- The icon of the boolean input.
- read_
only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the boolean input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title str
- The title of the boolean input.
- visible bool
- The visibility of the boolean input.
- visible_
jq_ strquery - The visibility condition jq query of the boolean input.
- default Boolean
- The default of the boolean input.
- default
Jq StringQuery - The default jq query of the boolean input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the boolean input.
- disabled Boolean
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the boolean input.
- icon String
- The icon of the boolean input.
- read
Only Boolean - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the boolean input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the boolean input.
- visible Boolean
- The visibility of the boolean input.
- visible
Jq StringQuery - The visibility condition jq query of the boolean input.
WorkflowNodeInputUserInputsUserPropertiesNumberProps, WorkflowNodeInputUserInputsUserPropertiesNumberPropsArgs
- Default double
- The default of the number input.
- Default
Jq stringQuery - The default jq query of the number input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the number input.
- Disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the number input.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<double>
- The values the user can pick from.
- Exclusive
Maximum double - The value the input has to be strictly smaller than.
- Exclusive
Minimum double - The value the input has to be strictly greater than.
- Icon string
- The icon of the number input.
- Maximum double
- The largest value the input accepts.
- Minimum double
- The smallest value the input accepts.
- Read
Only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the number input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the number input.
- Visible bool
- The visibility of the number input.
- Visible
Jq stringQuery - The visibility condition jq query of the number input.
- Default float64
- The default of the number input.
- Default
Jq stringQuery - The default jq query of the number input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the number input.
- Disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the number input.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []float64
- The values the user can pick from.
- Exclusive
Maximum float64 - The value the input has to be strictly smaller than.
- Exclusive
Minimum float64 - The value the input has to be strictly greater than.
- Icon string
- The icon of the number input.
- Maximum float64
- The largest value the input accepts.
- Minimum float64
- The smallest value the input accepts.
- Read
Only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the number input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the number input.
- Visible bool
- The visibility of the number input.
- Visible
Jq stringQuery - The visibility condition jq query of the number input.
- default number
- The default of the number input.
- default_
jq_ stringquery - The default jq query of the number input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the number input.
- disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the number input.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(number)
- The values the user can pick from.
- exclusive_
maximum number - The value the input has to be strictly smaller than.
- exclusive_
minimum number - The value the input has to be strictly greater than.
- icon string
- The icon of the number input.
- maximum number
- The largest value the input accepts.
- minimum number
- The smallest value the input accepts.
- read_
only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the number input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the number input.
- visible bool
- The visibility of the number input.
- visible_
jq_ stringquery - The visibility condition jq query of the number input.
- default
Jq StringQuery - The default jq query of the number input.
- default_ Double
- The default of the number input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the number input.
- disabled Boolean
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the number input.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Double>
- The values the user can pick from.
- exclusive
Maximum Double - The value the input has to be strictly smaller than.
- exclusive
Minimum Double - The value the input has to be strictly greater than.
- icon String
- The icon of the number input.
- maximum Double
- The largest value the input accepts.
- minimum Double
- The smallest value the input accepts.
- read
Only Boolean - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the number input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the number input.
- visible Boolean
- The visibility of the number input.
- visible
Jq StringQuery - The visibility condition jq query of the number input.
- default number
- The default of the number input.
- default
Jq stringQuery - The default jq query of the number input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the number input.
- disabled boolean
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the number input.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums number[]
- The values the user can pick from.
- exclusive
Maximum number - The value the input has to be strictly smaller than.
- exclusive
Minimum number - The value the input has to be strictly greater than.
- icon string
- The icon of the number input.
- maximum number
- The largest value the input accepts.
- minimum number
- The smallest value the input accepts.
- read
Only boolean - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the number input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the number input.
- visible boolean
- The visibility of the number input.
- visible
Jq stringQuery - The visibility condition jq query of the number input.
- default float
- The default of the number input.
- default_
jq_ strquery - The default jq query of the number input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the number input.
- disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the number input.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[float]
- The values the user can pick from.
- exclusive_
maximum float - The value the input has to be strictly smaller than.
- exclusive_
minimum float - The value the input has to be strictly greater than.
- icon str
- The icon of the number input.
- maximum float
- The largest value the input accepts.
- minimum float
- The smallest value the input accepts.
- read_
only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the number input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title str
- The title of the number input.
- visible bool
- The visibility of the number input.
- visible_
jq_ strquery - The visibility condition jq query of the number input.
- default Number
- The default of the number input.
- default
Jq StringQuery - The default jq query of the number input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the number input.
- disabled Boolean
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the number input.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Number>
- The values the user can pick from.
- exclusive
Maximum Number - The value the input has to be strictly smaller than.
- exclusive
Minimum Number - The value the input has to be strictly greater than.
- icon String
- The icon of the number input.
- maximum Number
- The largest value the input accepts.
- minimum Number
- The smallest value the input accepts.
- read
Only Boolean - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the number input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the number input.
- visible Boolean
- The visibility of the number input.
- visible
Jq StringQuery - The visibility condition jq query of the number input.
WorkflowNodeInputUserInputsUserPropertiesObjectProps, WorkflowNodeInputUserInputsUserPropertiesObjectPropsArgs
- Default string
- The default of the object input, as a JSON encoded string.
- Default
Jq stringQuery - The default jq query of the object input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the object input.
- Disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the object input.
- Format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - Icon string
- The icon of the object input.
- Read
Only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the object input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the object input.
- Visible bool
- The visibility of the object input.
- Visible
Jq stringQuery - The visibility condition jq query of the object input.
- Default string
- The default of the object input, as a JSON encoded string.
- Default
Jq stringQuery - The default jq query of the object input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the object input.
- Disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the object input.
- Format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - Icon string
- The icon of the object input.
- Read
Only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the object input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the object input.
- Visible bool
- The visibility of the object input.
- Visible
Jq stringQuery - The visibility condition jq query of the object input.
- default string
- The default of the object input, as a JSON encoded string.
- default_
jq_ stringquery - The default jq query of the object input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the object input.
- disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the object input.
- format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon string
- The icon of the object input.
- read_
only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the object input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the object input.
- visible bool
- The visibility of the object input.
- visible_
jq_ stringquery - The visibility condition jq query of the object input.
- default
Jq StringQuery - The default jq query of the object input.
- default_ String
- The default of the object input, as a JSON encoded string.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the object input.
- disabled Boolean
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the object input.
- format String
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon String
- The icon of the object input.
- read
Only Boolean - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the object input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the object input.
- visible Boolean
- The visibility of the object input.
- visible
Jq StringQuery - The visibility condition jq query of the object input.
- default string
- The default of the object input, as a JSON encoded string.
- default
Jq stringQuery - The default jq query of the object input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the object input.
- disabled boolean
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the object input.
- format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon string
- The icon of the object input.
- read
Only boolean - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the object input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the object input.
- visible boolean
- The visibility of the object input.
- visible
Jq stringQuery - The visibility condition jq query of the object input.
- default str
- The default of the object input, as a JSON encoded string.
- default_
jq_ strquery - The default jq query of the object input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the object input.
- disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the object input.
- format str
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon str
- The icon of the object input.
- read_
only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the object input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title str
- The title of the object input.
- visible bool
- The visibility of the object input.
- visible_
jq_ strquery - The visibility condition jq query of the object input.
- default String
- The default of the object input, as a JSON encoded string.
- default
Jq StringQuery - The default jq query of the object input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the object input.
- disabled Boolean
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the object input.
- format String
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon String
- The icon of the object input.
- read
Only Boolean - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the object input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the object input.
- visible Boolean
- The visibility of the object input.
- visible
Jq StringQuery - The visibility condition jq query of the object input.
WorkflowNodeInputUserInputsUserPropertiesStringProps, WorkflowNodeInputUserInputsUserPropertiesStringPropsArgs
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- Default string
- The default of the string input.
- Default
Jq stringQuery - The default jq query of the string input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the string input.
- Disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the string input.
- Enum
Colors Dictionary<string, string> - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<string>
- The values the user can pick from.
- Format string
- The format of the string input.
- Icon string
- The icon of the string input.
- Max
Length int - The max length of the string input.
- Min
Length int - The min length of the string input.
- Pattern string
- The regex pattern the value has to match.
- Pattern
Jq stringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- Read
Only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the string input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- Title string
- The title of the string input.
- Visible bool
- The visibility of the string input.
- Visible
Jq stringQuery - The visibility condition jq query of the string input.
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset
Workflow
Node Input User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- Default string
- The default of the string input.
- Default
Jq stringQuery - The default jq query of the string input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the string input.
- Disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the string input.
- Enum
Colors map[string]string - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []string
- The values the user can pick from.
- Format string
- The format of the string input.
- Icon string
- The icon of the string input.
- Max
Length int - The max length of the string input.
- Min
Length int - The min length of the string input.
- Pattern string
- The regex pattern the value has to match.
- Pattern
Jq stringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- Read
Only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the string input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
Workflow
Node Input User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- Title string
- The title of the string input.
- Visible bool
- The visibility of the string input.
- Visible
Jq stringQuery - The visibility condition jq query of the string input.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset object
- The dataset filtering the entities the user can pick from.
- default string
- The default of the string input.
- default_
jq_ stringquery - The default jq query of the string input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the string input.
- disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the string input.
- enum_
colors map(string) - The colors of the enum values.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(string)
- The values the user can pick from.
- format string
- The format of the string input.
- icon string
- The icon of the string input.
- max_
length number - The max length of the string input.
- min_
length number - The min length of the string input.
- pattern string
- The regex pattern the value has to match.
- pattern_
jq_ stringquery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read_
only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the string input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort object
- How the entities are sorted in the form.
- title string
- The title of the string input.
- visible bool
- The visibility of the string input.
- visible_
jq_ stringquery - The visibility condition jq query of the string input.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset
Workflow
Node Input User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- default
Jq StringQuery - The default jq query of the string input.
- default_ String
- The default of the string input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the string input.
- disabled Boolean
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the string input.
- enum
Colors Map<String,String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of the string input.
- icon String
- The icon of the string input.
- max
Length Integer - The max length of the string input.
- min
Length Integer - The min length of the string input.
- pattern String
- The regex pattern the value has to match.
- pattern
Jq StringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read
Only Boolean - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the string input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Input User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- title String
- The title of the string input.
- visible Boolean
- The visibility of the string input.
- visible
Jq StringQuery - The visibility condition jq query of the string input.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset
Workflow
Node Input User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- default string
- The default of the string input.
- default
Jq stringQuery - The default jq query of the string input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the string input.
- disabled boolean
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the string input.
- enum
Colors {[key: string]: string} - The colors of the enum values.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums string[]
- The values the user can pick from.
- format string
- The format of the string input.
- icon string
- The icon of the string input.
- max
Length number - The max length of the string input.
- min
Length number - The min length of the string input.
- pattern string
- The regex pattern the value has to match.
- pattern
Jq stringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read
Only boolean - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the string input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Input User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- title string
- The title of the string input.
- visible boolean
- The visibility of the string input.
- visible
Jq stringQuery - The visibility condition jq query of the string input.
- blueprint str
- The blueprint the entities are taken from. Required when
formatisentity. - dataset
Workflow
Node Input User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- default str
- The default of the string input.
- default_
jq_ strquery - The default jq query of the string input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the string input.
- disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the string input.
- enum_
colors Mapping[str, str] - The colors of the enum values.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[str]
- The values the user can pick from.
- format str
- The format of the string input.
- icon str
- The icon of the string input.
- max_
length int - The max length of the string input.
- min_
length int - The min length of the string input.
- pattern str
- The regex pattern the value has to match.
- pattern_
jq_ strquery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read_
only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the string input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Input User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- title str
- The title of the string input.
- visible bool
- The visibility of the string input.
- visible_
jq_ strquery - The visibility condition jq query of the string input.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset Property Map
- The dataset filtering the entities the user can pick from.
- default String
- The default of the string input.
- default
Jq StringQuery - The default jq query of the string input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the string input.
- disabled Boolean
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the string input.
- enum
Colors Map<String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of the string input.
- icon String
- The icon of the string input.
- max
Length Number - The max length of the string input.
- min
Length Number - The min length of the string input.
- pattern String
- The regex pattern the value has to match.
- pattern
Jq StringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read
Only Boolean - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the string input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort Property Map
- How the entities are sorted in the form.
- title String
- The title of the string input.
- visible Boolean
- The visibility of the string input.
- visible
Jq StringQuery - The visibility condition jq query of the string input.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDataset, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetArgs
- Combinator string
- How the rules are combined.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule> - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- Combinator string
- How the rules are combined.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator string
- How the rules are combined.
- rules list(object)
- The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator String
- How the rules are combined.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule> - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator string
- How the rules are combined.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule[] - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator str
- How the rules are combined.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule] - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator String
- How the rules are combined.
- rules List<Property Map>
- The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Value
port_
labs. Port. Inputs. Workflow Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- value
Workflow
Node Input User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleValue, WorkflowNodeInputUserInputsUserPropertiesStringPropsDatasetRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeInputUserInputsUserPropertiesStringPropsSort, WorkflowNodeInputUserInputsUserPropertiesStringPropsSortArgs
WorkflowNodeInputUserInputsValidation, WorkflowNodeInputUserInputsValidationArgs
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint str
- A jq expression that has to evaluate to
truefor the form to be valid. - message str
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
WorkflowNodeIntegrationAction, WorkflowNodeIntegrationActionArgs
- Execution
Properties string - The integration action execution properties as a JSON encoded string.
- Installation
Id string - The installation id of the integration.
- Integration
Invocation stringType - The invocation type of the integration action.
- Integration
Provider string - The provider of the integration action.
- On
Failure string - The action to take if the node fails. One of
continue,terminate.
- Execution
Properties string - The integration action execution properties as a JSON encoded string.
- Installation
Id string - The installation id of the integration.
- Integration
Invocation stringType - The invocation type of the integration action.
- Integration
Provider string - The provider of the integration action.
- On
Failure string - The action to take if the node fails. One of
continue,terminate.
- execution_
properties string - The integration action execution properties as a JSON encoded string.
- installation_
id string - The installation id of the integration.
- integration_
invocation_ stringtype - The invocation type of the integration action.
- integration_
provider string - The provider of the integration action.
- on_
failure string - The action to take if the node fails. One of
continue,terminate.
- execution
Properties String - The integration action execution properties as a JSON encoded string.
- installation
Id String - The installation id of the integration.
- integration
Invocation StringType - The invocation type of the integration action.
- integration
Provider String - The provider of the integration action.
- on
Failure String - The action to take if the node fails. One of
continue,terminate.
- execution
Properties string - The integration action execution properties as a JSON encoded string.
- installation
Id string - The installation id of the integration.
- integration
Invocation stringType - The invocation type of the integration action.
- integration
Provider string - The provider of the integration action.
- on
Failure string - The action to take if the node fails. One of
continue,terminate.
- execution_
properties str - The integration action execution properties as a JSON encoded string.
- installation_
id str - The installation id of the integration.
- integration_
invocation_ strtype - The invocation type of the integration action.
- integration_
provider str - The provider of the integration action.
- on_
failure str - The action to take if the node fails. One of
continue,terminate.
- execution
Properties String - The integration action execution properties as a JSON encoded string.
- installation
Id String - The installation id of the integration.
- integration
Invocation StringType - The invocation type of the integration action.
- integration
Provider String - The provider of the integration action.
- on
Failure String - The action to take if the node fails. One of
continue,terminate.
WorkflowNodeKafka, WorkflowNodeKafkaArgs
- on_
failure string - The action to take if the node fails. One of
continue,terminate. - payload string
- The Kafka message payload as a JSON encoded string.
- on_
failure str - The action to take if the node fails. One of
continue,terminate. - payload str
- The Kafka message payload as a JSON encoded string.
WorkflowNodeScheduleTrigger, WorkflowNodeScheduleTriggerArgs
WorkflowNodeSelfServeTrigger, WorkflowNodeSelfServeTriggerArgs
- string
- The text of the button displayed on the self service card (max 15 characters).
- Contexts
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger Context> - Where the trigger is surfaced in the UI.
- string
- The text of the button that executes the workflow (max 15 characters).
- Permissions
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger Permissions - Who is allowed to execute this trigger.
- Published bool
- Whether the trigger is published.
- User
Inputs port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs - The form presented to the user when triggering the workflow.
- Variant string
- The trigger variant. One of
DEFAULT,ALERT.
- string
- The text of the button displayed on the self service card (max 15 characters).
- Contexts
[]Workflow
Node Self Serve Trigger Context - Where the trigger is surfaced in the UI.
- string
- The text of the button that executes the workflow (max 15 characters).
- Permissions
Workflow
Node Self Serve Trigger Permissions - Who is allowed to execute this trigger.
- Published bool
- Whether the trigger is published.
- User
Inputs WorkflowNode Self Serve Trigger User Inputs - The form presented to the user when triggering the workflow.
- Variant string
- The trigger variant. One of
DEFAULT,ALERT.
- string
- The text of the button displayed on the self service card (max 15 characters).
- contexts list(object)
- Where the trigger is surfaced in the UI.
- string
- The text of the button that executes the workflow (max 15 characters).
- permissions object
- Who is allowed to execute this trigger.
- published bool
- Whether the trigger is published.
- user_
inputs object - The form presented to the user when triggering the workflow.
- variant string
- The trigger variant. One of
DEFAULT,ALERT.
- String
- The text of the button displayed on the self service card (max 15 characters).
- contexts
List<Workflow
Node Self Serve Trigger Context> - Where the trigger is surfaced in the UI.
- String
- The text of the button that executes the workflow (max 15 characters).
- permissions
Workflow
Node Self Serve Trigger Permissions - Who is allowed to execute this trigger.
- published Boolean
- Whether the trigger is published.
- user
Inputs WorkflowNode Self Serve Trigger User Inputs - The form presented to the user when triggering the workflow.
- variant String
- The trigger variant. One of
DEFAULT,ALERT.
- string
- The text of the button displayed on the self service card (max 15 characters).
- contexts
Workflow
Node Self Serve Trigger Context[] - Where the trigger is surfaced in the UI.
- string
- The text of the button that executes the workflow (max 15 characters).
- permissions
Workflow
Node Self Serve Trigger Permissions - Who is allowed to execute this trigger.
- published boolean
- Whether the trigger is published.
- user
Inputs WorkflowNode Self Serve Trigger User Inputs - The form presented to the user when triggering the workflow.
- variant string
- The trigger variant. One of
DEFAULT,ALERT.
- str
- The text of the button displayed on the self service card (max 15 characters).
- contexts
Sequence[Workflow
Node Self Serve Trigger Context] - Where the trigger is surfaced in the UI.
- str
- The text of the button that executes the workflow (max 15 characters).
- permissions
Workflow
Node Self Serve Trigger Permissions - Who is allowed to execute this trigger.
- published bool
- Whether the trigger is published.
- user_
inputs WorkflowNode Self Serve Trigger User Inputs - The form presented to the user when triggering the workflow.
- variant str
- The trigger variant. One of
DEFAULT,ALERT.
- String
- The text of the button displayed on the self service card (max 15 characters).
- contexts List<Property Map>
- Where the trigger is surfaced in the UI.
- String
- The text of the button that executes the workflow (max 15 characters).
- permissions Property Map
- Who is allowed to execute this trigger.
- published Boolean
- Whether the trigger is published.
- user
Inputs Property Map - The form presented to the user when triggering the workflow.
- variant String
- The trigger variant. One of
DEFAULT,ALERT.
WorkflowNodeSelfServeTriggerContext, WorkflowNodeSelfServeTriggerContextArgs
- On string
- The context type. One of
CREATE_ENTITY,ENTITY. - Blueprint
Identifier string - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - User
Input string - The user input the trigger is bound to. Required when
onisENTITY.
- On string
- The context type. One of
CREATE_ENTITY,ENTITY. - Blueprint
Identifier string - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - User
Input string - The user input the trigger is bound to. Required when
onisENTITY.
- on string
- The context type. One of
CREATE_ENTITY,ENTITY. - blueprint_
identifier string - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - user_
input string - The user input the trigger is bound to. Required when
onisENTITY.
- on String
- The context type. One of
CREATE_ENTITY,ENTITY. - blueprint
Identifier String - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - user
Input String - The user input the trigger is bound to. Required when
onisENTITY.
- on string
- The context type. One of
CREATE_ENTITY,ENTITY. - blueprint
Identifier string - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - user
Input string - The user input the trigger is bound to. Required when
onisENTITY.
- on str
- The context type. One of
CREATE_ENTITY,ENTITY. - blueprint_
identifier str - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - user_
input str - The user input the trigger is bound to. Required when
onisENTITY.
- on String
- The context type. One of
CREATE_ENTITY,ENTITY. - blueprint
Identifier String - The blueprint the trigger creates an entity for. Required when
onisCREATE_ENTITY. - user
Input String - The user input the trigger is bound to. Required when
onisENTITY.
WorkflowNodeSelfServeTriggerPermissions, WorkflowNodeSelfServeTriggerPermissionsArgs
- Policy string
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - Roles List<string>
- The roles the permission applies to.
- Teams List<string>
- The identifiers of the teams the permission applies to. They must exist in the organization.
- Users List<string>
- The emails of the users the permission applies to. They must exist in the organization.
- Policy string
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - Roles []string
- The roles the permission applies to.
- Teams []string
- The identifiers of the teams the permission applies to. They must exist in the organization.
- Users []string
- The emails of the users the permission applies to. They must exist in the organization.
- policy string
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - roles list(string)
- The roles the permission applies to.
- teams list(string)
- The identifiers of the teams the permission applies to. They must exist in the organization.
- users list(string)
- The emails of the users the permission applies to. They must exist in the organization.
- policy String
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - roles List<String>
- The roles the permission applies to.
- teams List<String>
- The identifiers of the teams the permission applies to. They must exist in the organization.
- users List<String>
- The emails of the users the permission applies to. They must exist in the organization.
- policy string
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - roles string[]
- The roles the permission applies to.
- teams string[]
- The identifiers of the teams the permission applies to. They must exist in the organization.
- users string[]
- The emails of the users the permission applies to. They must exist in the organization.
- policy str
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - roles Sequence[str]
- The roles the permission applies to.
- teams Sequence[str]
- The identifiers of the teams the permission applies to. They must exist in the organization.
- users Sequence[str]
- The emails of the users the permission applies to. They must exist in the organization.
- policy String
- A JSON encoded RBAC query that dynamically resolves who is permitted, of the form
{"combinator":"and","rules":[{"property":{"context":"user","property":"department"},"operator":"=","value":"engineering"}]}.contextis one ofuser,userTeams,form,workflowRun. - roles List<String>
- The roles the permission applies to.
- teams List<String>
- The identifiers of the teams the permission applies to. They must exist in the organization.
- users List<String>
- The emails of the users the permission applies to. They must exist in the organization.
WorkflowNodeSelfServeTriggerUserInputs, WorkflowNodeSelfServeTriggerUserInputsArgs
- Order
Properties List<string> - The order the inputs are rendered in. Cannot be combined with
steps. - Required
Jq stringQuery - A jq query resolving which inputs are required.
- Steps
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs Step> - Splits the form into steps. Cannot be combined with
order_properties. - Titles
Dictionary<string, port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs Titles> - Static titles rendered between the inputs of the form.
- User
Properties port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties - The user inputs the form collects.
- Validations
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs Validation> - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- Order
Properties []string - The order the inputs are rendered in. Cannot be combined with
steps. - Required
Jq stringQuery - A jq query resolving which inputs are required.
- Steps
[]Workflow
Node Self Serve Trigger User Inputs Step - Splits the form into steps. Cannot be combined with
order_properties. - Titles
map[string]Workflow
Node Self Serve Trigger User Inputs Titles - Static titles rendered between the inputs of the form.
- User
Properties WorkflowNode Self Serve Trigger User Inputs User Properties - The user inputs the form collects.
- Validations
[]Workflow
Node Self Serve Trigger User Inputs Validation - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- order_
properties list(string) - The order the inputs are rendered in. Cannot be combined with
steps. - required_
jq_ stringquery - A jq query resolving which inputs are required.
- steps list(object)
- Splits the form into steps. Cannot be combined with
order_properties. - titles map(object)
- Static titles rendered between the inputs of the form.
- user_
properties object - The user inputs the form collects.
- validations list(object)
- Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- order
Properties List<String> - The order the inputs are rendered in. Cannot be combined with
steps. - required
Jq StringQuery - A jq query resolving which inputs are required.
- steps
List<Workflow
Node Self Serve Trigger User Inputs Step> - Splits the form into steps. Cannot be combined with
order_properties. - titles
Map<String,Workflow
Node Self Serve Trigger User Inputs Titles> - Static titles rendered between the inputs of the form.
- user
Properties WorkflowNode Self Serve Trigger User Inputs User Properties - The user inputs the form collects.
- validations
List<Workflow
Node Self Serve Trigger User Inputs Validation> - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- order
Properties string[] - The order the inputs are rendered in. Cannot be combined with
steps. - required
Jq stringQuery - A jq query resolving which inputs are required.
- steps
Workflow
Node Self Serve Trigger User Inputs Step[] - Splits the form into steps. Cannot be combined with
order_properties. - titles
{[key: string]: Workflow
Node Self Serve Trigger User Inputs Titles} - Static titles rendered between the inputs of the form.
- user
Properties WorkflowNode Self Serve Trigger User Inputs User Properties - The user inputs the form collects.
- validations
Workflow
Node Self Serve Trigger User Inputs Validation[] - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- order_
properties Sequence[str] - The order the inputs are rendered in. Cannot be combined with
steps. - required_
jq_ strquery - A jq query resolving which inputs are required.
- steps
Sequence[Workflow
Node Self Serve Trigger User Inputs Step] - Splits the form into steps. Cannot be combined with
order_properties. - titles
Mapping[str, Workflow
Node Self Serve Trigger User Inputs Titles] - Static titles rendered between the inputs of the form.
- user_
properties WorkflowNode Self Serve Trigger User Inputs User Properties - The user inputs the form collects.
- validations
Sequence[Workflow
Node Self Serve Trigger User Inputs Validation] - Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
- order
Properties List<String> - The order the inputs are rendered in. Cannot be combined with
steps. - required
Jq StringQuery - A jq query resolving which inputs are required.
- steps List<Property Map>
- Splits the form into steps. Cannot be combined with
order_properties. - titles Map<Property Map>
- Static titles rendered between the inputs of the form.
- user
Properties Property Map - The user inputs the form collects.
- validations List<Property Map>
- Validation rules evaluated against the whole form when it is submitted. Cannot be combined with
steps, add the rules to the individual steps instead. Up to 10 rules are allowed.
WorkflowNodeSelfServeTriggerUserInputsStep, WorkflowNodeSelfServeTriggerUserInputsStepArgs
- Orders List<string>
- The order of the inputs in this step.
- Title string
- The step's title (max 25 characters).
- Validations
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs Step Validation> - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- Visible bool
- The visibility of the step.
- Visible
Jq stringQuery - The visibility condition jq query of the step.
- Orders []string
- The order of the inputs in this step.
- Title string
- The step's title (max 25 characters).
- Validations
[]Workflow
Node Self Serve Trigger User Inputs Step Validation - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- Visible bool
- The visibility of the step.
- Visible
Jq stringQuery - The visibility condition jq query of the step.
- orders list(string)
- The order of the inputs in this step.
- title string
- The step's title (max 25 characters).
- validations list(object)
- Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible bool
- The visibility of the step.
- visible_
jq_ stringquery - The visibility condition jq query of the step.
- orders List<String>
- The order of the inputs in this step.
- title String
- The step's title (max 25 characters).
- validations
List<Workflow
Node Self Serve Trigger User Inputs Step Validation> - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible Boolean
- The visibility of the step.
- visible
Jq StringQuery - The visibility condition jq query of the step.
- orders string[]
- The order of the inputs in this step.
- title string
- The step's title (max 25 characters).
- validations
Workflow
Node Self Serve Trigger User Inputs Step Validation[] - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible boolean
- The visibility of the step.
- visible
Jq stringQuery - The visibility condition jq query of the step.
- orders Sequence[str]
- The order of the inputs in this step.
- title str
- The step's title (max 25 characters).
- validations
Sequence[Workflow
Node Self Serve Trigger User Inputs Step Validation] - Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible bool
- The visibility of the step.
- visible_
jq_ strquery - The visibility condition jq query of the step.
- orders List<String>
- The order of the inputs in this step.
- title String
- The step's title (max 25 characters).
- validations List<Property Map>
- Validation rules evaluated when the step is submitted. Up to 10 rules are allowed.
- visible Boolean
- The visibility of the step.
- visible
Jq StringQuery - The visibility condition jq query of the step.
WorkflowNodeSelfServeTriggerUserInputsStepValidation, WorkflowNodeSelfServeTriggerUserInputsStepValidationArgs
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint str
- A jq expression that has to evaluate to
truefor the form to be valid. - message str
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
WorkflowNodeSelfServeTriggerUserInputsTitles, WorkflowNodeSelfServeTriggerUserInputsTitlesArgs
- Title string
- The title text.
- Description string
- The title description.
- Visible bool
- The visibility of the title.
- Visible
Jq stringQuery - The visibility condition jq query of the title.
- Title string
- The title text.
- Description string
- The title description.
- Visible bool
- The visibility of the title.
- Visible
Jq stringQuery - The visibility condition jq query of the title.
- title string
- The title text.
- description string
- The title description.
- visible bool
- The visibility of the title.
- visible_
jq_ stringquery - The visibility condition jq query of the title.
- title String
- The title text.
- description String
- The title description.
- visible Boolean
- The visibility of the title.
- visible
Jq StringQuery - The visibility condition jq query of the title.
- title string
- The title text.
- description string
- The title description.
- visible boolean
- The visibility of the title.
- visible
Jq stringQuery - The visibility condition jq query of the title.
- title str
- The title text.
- description str
- The title description.
- visible bool
- The visibility of the title.
- visible_
jq_ strquery - The visibility condition jq query of the title.
- title String
- The title text.
- description String
- The title description.
- visible Boolean
- The visibility of the title.
- visible
Jq StringQuery - The visibility condition jq query of the title.
WorkflowNodeSelfServeTriggerUserInputsUserProperties, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArgs
- Array
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Array Props> - The array inputs of the form.
- Boolean
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Boolean Props> - The boolean inputs of the form.
- Number
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Number Props> - The number inputs of the form.
- Object
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Object Props> - The object inputs of the form.
- String
Props Dictionary<string, port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props> - The string inputs of the form.
- Array
Props map[string]WorkflowNode Self Serve Trigger User Inputs User Properties Array Props - The array inputs of the form.
- Boolean
Props map[string]WorkflowNode Self Serve Trigger User Inputs User Properties Boolean Props - The boolean inputs of the form.
- Number
Props map[string]WorkflowNode Self Serve Trigger User Inputs User Properties Number Props - The number inputs of the form.
- Object
Props map[string]WorkflowNode Self Serve Trigger User Inputs User Properties Object Props - The object inputs of the form.
- String
Props map[string]WorkflowNode Self Serve Trigger User Inputs User Properties String Props - The string inputs of the form.
- array_
props map(object) - The array inputs of the form.
- boolean_
props map(object) - The boolean inputs of the form.
- number_
props map(object) - The number inputs of the form.
- object_
props map(object) - The object inputs of the form.
- string_
props map(object) - The string inputs of the form.
- array
Props Map<String,WorkflowNode Self Serve Trigger User Inputs User Properties Array Props> - The array inputs of the form.
- boolean
Props Map<String,WorkflowNode Self Serve Trigger User Inputs User Properties Boolean Props> - The boolean inputs of the form.
- number
Props Map<String,WorkflowNode Self Serve Trigger User Inputs User Properties Number Props> - The number inputs of the form.
- object
Props Map<String,WorkflowNode Self Serve Trigger User Inputs User Properties Object Props> - The object inputs of the form.
- string
Props Map<String,WorkflowNode Self Serve Trigger User Inputs User Properties String Props> - The string inputs of the form.
- array
Props {[key: string]: WorkflowNode Self Serve Trigger User Inputs User Properties Array Props} - The array inputs of the form.
- boolean
Props {[key: string]: WorkflowNode Self Serve Trigger User Inputs User Properties Boolean Props} - The boolean inputs of the form.
- number
Props {[key: string]: WorkflowNode Self Serve Trigger User Inputs User Properties Number Props} - The number inputs of the form.
- object
Props {[key: string]: WorkflowNode Self Serve Trigger User Inputs User Properties Object Props} - The object inputs of the form.
- string
Props {[key: string]: WorkflowNode Self Serve Trigger User Inputs User Properties String Props} - The string inputs of the form.
- array_
props Mapping[str, WorkflowNode Self Serve Trigger User Inputs User Properties Array Props] - The array inputs of the form.
- boolean_
props Mapping[str, WorkflowNode Self Serve Trigger User Inputs User Properties Boolean Props] - The boolean inputs of the form.
- number_
props Mapping[str, WorkflowNode Self Serve Trigger User Inputs User Properties Number Props] - The number inputs of the form.
- object_
props Mapping[str, WorkflowNode Self Serve Trigger User Inputs User Properties Object Props] - The object inputs of the form.
- string_
props Mapping[str, WorkflowNode Self Serve Trigger User Inputs User Properties String Props] - The string inputs of the form.
- array
Props Map<Property Map> - The array inputs of the form.
- boolean
Props Map<Property Map> - The boolean inputs of the form.
- number
Props Map<Property Map> - The number inputs of the form.
- object
Props Map<Property Map> - The object inputs of the form.
- string
Props Map<Property Map> - The string inputs of the form.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayProps, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsArgs
- Default
Jq stringQuery - The default jq query of the array input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the array input.
- Disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the array input.
- Icon string
- The icon of the array input.
- Max
Items int - The max items of the array input.
- Max
Items stringJq Query - The max items jq query of the array input.
- Min
Items int - The min items of the array input.
- Min
Items stringJq Query - The min items jq query of the array input.
- Number
Items port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Array Props Number Items - The number items of the array input.
- Object
Items port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Array Props Object Items - The object items of the array input.
- Read
Only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the array input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- String
Items port_labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties Array Props String Items - The string items of the array input.
- Title string
- The title of the array input.
- Unique
Items bool - Whether the values of the array have to be unique.
- Visible bool
- The visibility of the array input.
- Visible
Jq stringQuery - The visibility condition jq query of the array input.
- Default
Jq stringQuery - The default jq query of the array input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the array input.
- Disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the array input.
- Icon string
- The icon of the array input.
- Max
Items int - The max items of the array input.
- Max
Items stringJq Query - The max items jq query of the array input.
- Min
Items int - The min items of the array input.
- Min
Items stringJq Query - The min items jq query of the array input.
- Number
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Number Items - The number items of the array input.
- Object
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Object Items - The object items of the array input.
- Read
Only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the array input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
Workflow
Node Self Serve Trigger User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- String
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props String Items - The string items of the array input.
- Title string
- The title of the array input.
- Unique
Items bool - Whether the values of the array have to be unique.
- Visible bool
- The visibility of the array input.
- Visible
Jq stringQuery - The visibility condition jq query of the array input.
- default_
jq_ stringquery - The default jq query of the array input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the array input.
- disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the array input.
- icon string
- The icon of the array input.
- max_
items number - The max items of the array input.
- max_
items_ stringjq_ query - The max items jq query of the array input.
- min_
items number - The min items of the array input.
- min_
items_ stringjq_ query - The min items jq query of the array input.
- number_
items object - The number items of the array input.
- object_
items object - The object items of the array input.
- read_
only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the array input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort object
- How the entities are sorted in the form.
- string_
items object - The string items of the array input.
- title string
- The title of the array input.
- unique_
items bool - Whether the values of the array have to be unique.
- visible bool
- The visibility of the array input.
- visible_
jq_ stringquery - The visibility condition jq query of the array input.
- default
Jq StringQuery - The default jq query of the array input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the array input.
- disabled Boolean
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the array input.
- icon String
- The icon of the array input.
- max
Items Integer - The max items of the array input.
- max
Items StringJq Query - The max items jq query of the array input.
- min
Items Integer - The min items of the array input.
- min
Items StringJq Query - The min items jq query of the array input.
- number
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Number Items - The number items of the array input.
- object
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Object Items - The object items of the array input.
- read
Only Boolean - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the array input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Self Serve Trigger User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- string
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props String Items - The string items of the array input.
- title String
- The title of the array input.
- unique
Items Boolean - Whether the values of the array have to be unique.
- visible Boolean
- The visibility of the array input.
- visible
Jq StringQuery - The visibility condition jq query of the array input.
- default
Jq stringQuery - The default jq query of the array input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the array input.
- disabled boolean
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the array input.
- icon string
- The icon of the array input.
- max
Items number - The max items of the array input.
- max
Items stringJq Query - The max items jq query of the array input.
- min
Items number - The min items of the array input.
- min
Items stringJq Query - The min items jq query of the array input.
- number
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Number Items - The number items of the array input.
- object
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Object Items - The object items of the array input.
- read
Only boolean - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the array input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Self Serve Trigger User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- string
Items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props String Items - The string items of the array input.
- title string
- The title of the array input.
- unique
Items boolean - Whether the values of the array have to be unique.
- visible boolean
- The visibility of the array input.
- visible
Jq stringQuery - The visibility condition jq query of the array input.
- default_
jq_ strquery - The default jq query of the array input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the array input.
- disabled bool
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the array input.
- icon str
- The icon of the array input.
- max_
items int - The max items of the array input.
- max_
items_ strjq_ query - The max items jq query of the array input.
- min_
items int - The min items of the array input.
- min_
items_ strjq_ query - The min items jq query of the array input.
- number_
items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Number Items - The number items of the array input.
- object_
items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props Object Items - The object items of the array input.
- read_
only bool - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the array input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Self Serve Trigger User Inputs User Properties Array Props Sort - How the entities are sorted in the form.
- string_
items WorkflowNode Self Serve Trigger User Inputs User Properties Array Props String Items - The string items of the array input.
- title str
- The title of the array input.
- unique_
items bool - Whether the values of the array have to be unique.
- visible bool
- The visibility of the array input.
- visible_
jq_ strquery - The visibility condition jq query of the array input.
- default
Jq StringQuery - The default jq query of the array input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the array input.
- disabled Boolean
- Greys out the array input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the array input.
- icon String
- The icon of the array input.
- max
Items Number - The max items of the array input.
- max
Items StringJq Query - The max items jq query of the array input.
- min
Items Number - The min items of the array input.
- min
Items StringJq Query - The min items jq query of the array input.
- number
Items Property Map - The number items of the array input.
- object
Items Property Map - The object items of the array input.
- read
Only Boolean - Shows the value of the array input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the array input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort Property Map
- How the entities are sorted in the form.
- string
Items Property Map - The string items of the array input.
- title String
- The title of the array input.
- unique
Items Boolean - Whether the values of the array have to be unique.
- visible Boolean
- The visibility of the array input.
- visible
Jq StringQuery - The visibility condition jq query of the array input.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsNumberItems, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsNumberItemsArgs
- Defaults List<double>
- The default value of the items.
- Enum
Colors Dictionary<string, string> - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<double>
- The values the user can pick from.
- Defaults []float64
- The default value of the items.
- Enum
Colors map[string]string - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []float64
- The values the user can pick from.
- defaults list(number)
- The default value of the items.
- enum_
colors map(string) - The colors of the enum values.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(number)
- The values the user can pick from.
- defaults List<Double>
- The default value of the items.
- enum
Colors Map<String,String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Double>
- The values the user can pick from.
- defaults number[]
- The default value of the items.
- enum
Colors {[key: string]: string} - The colors of the enum values.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums number[]
- The values the user can pick from.
- defaults Sequence[float]
- The default value of the items.
- enum_
colors Mapping[str, str] - The colors of the enum values.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[float]
- The values the user can pick from.
- defaults List<Number>
- The default value of the items.
- enum
Colors Map<String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Number>
- The values the user can pick from.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsObjectItems, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsObjectItemsArgs
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsSort, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsSortArgs
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsStringItems, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesArrayPropsStringItemsArgs
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- Defaults List<string>
- The default value of the items.
- Enum
Colors Dictionary<string, string> - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<string>
- The values the user can pick from.
- Format string
- The format of each item.
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- Defaults []string
- The default value of the items.
- Enum
Colors map[string]string - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []string
- The values the user can pick from.
- Format string
- The format of each item.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults list(string)
- The default value of the items.
- enum_
colors map(string) - The colors of the enum values.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(string)
- The values the user can pick from.
- format string
- The format of each item.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset String
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults List<String>
- The default value of the items.
- enum
Colors Map<String,String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of each item.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset string
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults string[]
- The default value of the items.
- enum
Colors {[key: string]: string} - The colors of the enum values.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums string[]
- The values the user can pick from.
- format string
- The format of each item.
- blueprint str
- The blueprint the entities are taken from. Required when
formatisentity. - dataset str
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults Sequence[str]
- The default value of the items.
- enum_
colors Mapping[str, str] - The colors of the enum values.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[str]
- The values the user can pick from.
- format str
- The format of each item.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset String
- The dataset filtering the entities of the items, as a JSON encoded string.
- defaults List<String>
- The default value of the items.
- enum
Colors Map<String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of each item.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesBooleanProps, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesBooleanPropsArgs
- Default bool
- The default of the boolean input.
- Default
Jq stringQuery - The default jq query of the boolean input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the boolean input.
- Disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the boolean input.
- Icon string
- The icon of the boolean input.
- Read
Only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the boolean input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the boolean input.
- Visible bool
- The visibility of the boolean input.
- Visible
Jq stringQuery - The visibility condition jq query of the boolean input.
- Default bool
- The default of the boolean input.
- Default
Jq stringQuery - The default jq query of the boolean input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the boolean input.
- Disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the boolean input.
- Icon string
- The icon of the boolean input.
- Read
Only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the boolean input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the boolean input.
- Visible bool
- The visibility of the boolean input.
- Visible
Jq stringQuery - The visibility condition jq query of the boolean input.
- default bool
- The default of the boolean input.
- default_
jq_ stringquery - The default jq query of the boolean input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the boolean input.
- disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the boolean input.
- icon string
- The icon of the boolean input.
- read_
only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the boolean input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the boolean input.
- visible bool
- The visibility of the boolean input.
- visible_
jq_ stringquery - The visibility condition jq query of the boolean input.
- default
Jq StringQuery - The default jq query of the boolean input.
- default_ Boolean
- The default of the boolean input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the boolean input.
- disabled Boolean
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the boolean input.
- icon String
- The icon of the boolean input.
- read
Only Boolean - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the boolean input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the boolean input.
- visible Boolean
- The visibility of the boolean input.
- visible
Jq StringQuery - The visibility condition jq query of the boolean input.
- default boolean
- The default of the boolean input.
- default
Jq stringQuery - The default jq query of the boolean input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the boolean input.
- disabled boolean
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the boolean input.
- icon string
- The icon of the boolean input.
- read
Only boolean - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the boolean input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the boolean input.
- visible boolean
- The visibility of the boolean input.
- visible
Jq stringQuery - The visibility condition jq query of the boolean input.
- default bool
- The default of the boolean input.
- default_
jq_ strquery - The default jq query of the boolean input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the boolean input.
- disabled bool
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the boolean input.
- icon str
- The icon of the boolean input.
- read_
only bool - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the boolean input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title str
- The title of the boolean input.
- visible bool
- The visibility of the boolean input.
- visible_
jq_ strquery - The visibility condition jq query of the boolean input.
- default Boolean
- The default of the boolean input.
- default
Jq StringQuery - The default jq query of the boolean input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the boolean input.
- disabled Boolean
- Greys out the boolean input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the boolean input.
- icon String
- The icon of the boolean input.
- read
Only Boolean - Shows the value of the boolean input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the boolean input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the boolean input.
- visible Boolean
- The visibility of the boolean input.
- visible
Jq StringQuery - The visibility condition jq query of the boolean input.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesNumberProps, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesNumberPropsArgs
- Default double
- The default of the number input.
- Default
Jq stringQuery - The default jq query of the number input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the number input.
- Disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the number input.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<double>
- The values the user can pick from.
- Exclusive
Maximum double - The value the input has to be strictly smaller than.
- Exclusive
Minimum double - The value the input has to be strictly greater than.
- Icon string
- The icon of the number input.
- Maximum double
- The largest value the input accepts.
- Minimum double
- The smallest value the input accepts.
- Read
Only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the number input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the number input.
- Visible bool
- The visibility of the number input.
- Visible
Jq stringQuery - The visibility condition jq query of the number input.
- Default float64
- The default of the number input.
- Default
Jq stringQuery - The default jq query of the number input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the number input.
- Disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the number input.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []float64
- The values the user can pick from.
- Exclusive
Maximum float64 - The value the input has to be strictly smaller than.
- Exclusive
Minimum float64 - The value the input has to be strictly greater than.
- Icon string
- The icon of the number input.
- Maximum float64
- The largest value the input accepts.
- Minimum float64
- The smallest value the input accepts.
- Read
Only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the number input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the number input.
- Visible bool
- The visibility of the number input.
- Visible
Jq stringQuery - The visibility condition jq query of the number input.
- default number
- The default of the number input.
- default_
jq_ stringquery - The default jq query of the number input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the number input.
- disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the number input.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(number)
- The values the user can pick from.
- exclusive_
maximum number - The value the input has to be strictly smaller than.
- exclusive_
minimum number - The value the input has to be strictly greater than.
- icon string
- The icon of the number input.
- maximum number
- The largest value the input accepts.
- minimum number
- The smallest value the input accepts.
- read_
only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the number input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the number input.
- visible bool
- The visibility of the number input.
- visible_
jq_ stringquery - The visibility condition jq query of the number input.
- default
Jq StringQuery - The default jq query of the number input.
- default_ Double
- The default of the number input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the number input.
- disabled Boolean
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the number input.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Double>
- The values the user can pick from.
- exclusive
Maximum Double - The value the input has to be strictly smaller than.
- exclusive
Minimum Double - The value the input has to be strictly greater than.
- icon String
- The icon of the number input.
- maximum Double
- The largest value the input accepts.
- minimum Double
- The smallest value the input accepts.
- read
Only Boolean - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the number input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the number input.
- visible Boolean
- The visibility of the number input.
- visible
Jq StringQuery - The visibility condition jq query of the number input.
- default number
- The default of the number input.
- default
Jq stringQuery - The default jq query of the number input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the number input.
- disabled boolean
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the number input.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums number[]
- The values the user can pick from.
- exclusive
Maximum number - The value the input has to be strictly smaller than.
- exclusive
Minimum number - The value the input has to be strictly greater than.
- icon string
- The icon of the number input.
- maximum number
- The largest value the input accepts.
- minimum number
- The smallest value the input accepts.
- read
Only boolean - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the number input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the number input.
- visible boolean
- The visibility of the number input.
- visible
Jq stringQuery - The visibility condition jq query of the number input.
- default float
- The default of the number input.
- default_
jq_ strquery - The default jq query of the number input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the number input.
- disabled bool
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the number input.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[float]
- The values the user can pick from.
- exclusive_
maximum float - The value the input has to be strictly smaller than.
- exclusive_
minimum float - The value the input has to be strictly greater than.
- icon str
- The icon of the number input.
- maximum float
- The largest value the input accepts.
- minimum float
- The smallest value the input accepts.
- read_
only bool - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the number input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title str
- The title of the number input.
- visible bool
- The visibility of the number input.
- visible_
jq_ strquery - The visibility condition jq query of the number input.
- default Number
- The default of the number input.
- default
Jq StringQuery - The default jq query of the number input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the number input.
- disabled Boolean
- Greys out the number input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the number input.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<Number>
- The values the user can pick from.
- exclusive
Maximum Number - The value the input has to be strictly smaller than.
- exclusive
Minimum Number - The value the input has to be strictly greater than.
- icon String
- The icon of the number input.
- maximum Number
- The largest value the input accepts.
- minimum Number
- The smallest value the input accepts.
- read
Only Boolean - Shows the value of the number input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the number input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the number input.
- visible Boolean
- The visibility of the number input.
- visible
Jq StringQuery - The visibility condition jq query of the number input.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesObjectProps, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesObjectPropsArgs
- Default string
- The default of the object input, as a JSON encoded string.
- Default
Jq stringQuery - The default jq query of the object input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the object input.
- Disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the object input.
- Format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - Icon string
- The icon of the object input.
- Read
Only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the object input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the object input.
- Visible bool
- The visibility of the object input.
- Visible
Jq stringQuery - The visibility condition jq query of the object input.
- Default string
- The default of the object input, as a JSON encoded string.
- Default
Jq stringQuery - The default jq query of the object input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the object input.
- Disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the object input.
- Format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - Icon string
- The icon of the object input.
- Read
Only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the object input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Title string
- The title of the object input.
- Visible bool
- The visibility of the object input.
- Visible
Jq stringQuery - The visibility condition jq query of the object input.
- default string
- The default of the object input, as a JSON encoded string.
- default_
jq_ stringquery - The default jq query of the object input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the object input.
- disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the object input.
- format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon string
- The icon of the object input.
- read_
only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the object input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the object input.
- visible bool
- The visibility of the object input.
- visible_
jq_ stringquery - The visibility condition jq query of the object input.
- default
Jq StringQuery - The default jq query of the object input.
- default_ String
- The default of the object input, as a JSON encoded string.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the object input.
- disabled Boolean
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the object input.
- format String
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon String
- The icon of the object input.
- read
Only Boolean - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the object input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the object input.
- visible Boolean
- The visibility of the object input.
- visible
Jq StringQuery - The visibility condition jq query of the object input.
- default string
- The default of the object input, as a JSON encoded string.
- default
Jq stringQuery - The default jq query of the object input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the object input.
- disabled boolean
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the object input.
- format string
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon string
- The icon of the object input.
- read
Only boolean - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the object input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title string
- The title of the object input.
- visible boolean
- The visibility of the object input.
- visible
Jq stringQuery - The visibility condition jq query of the object input.
- default str
- The default of the object input, as a JSON encoded string.
- default_
jq_ strquery - The default jq query of the object input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the object input.
- disabled bool
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the object input.
- format str
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon str
- The icon of the object input.
- read_
only bool - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the object input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title str
- The title of the object input.
- visible bool
- The visibility of the object input.
- visible_
jq_ strquery - The visibility condition jq query of the object input.
- default String
- The default of the object input, as a JSON encoded string.
- default
Jq StringQuery - The default jq query of the object input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the object input.
- disabled Boolean
- Greys out the object input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the object input.
- format String
- The format of the object input.
labeled-urlrenders a url with a display text. Leave it out for a free form object. - icon String
- The icon of the object input.
- read
Only Boolean - Shows the value of the object input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the object input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - title String
- The title of the object input.
- visible Boolean
- The visibility of the object input.
- visible
Jq StringQuery - The visibility condition jq query of the object input.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringProps, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsArgs
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- Default string
- The default of the string input.
- Default
Jq stringQuery - The default jq query of the string input.
- Depends
Ons List<string> - The inputs this input depends on.
- Description string
- The description of the string input.
- Disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the string input.
- Enum
Colors Dictionary<string, string> - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums List<string>
- The values the user can pick from.
- Format string
- The format of the string input.
- Icon string
- The icon of the string input.
- Max
Length int - The max length of the string input.
- Min
Length int - The min length of the string input.
- Pattern string
- The regex pattern the value has to match.
- Pattern
Jq stringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- Read
Only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the string input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- Title string
- The title of the string input.
- Visible bool
- The visibility of the string input.
- Visible
Jq stringQuery - The visibility condition jq query of the string input.
- Blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - Dataset
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- Default string
- The default of the string input.
- Default
Jq stringQuery - The default jq query of the string input.
- Depends
Ons []string - The inputs this input depends on.
- Description string
- The description of the string input.
- Disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - Disabled
Jq stringQuery - The disabled condition jq query of the string input.
- Enum
Colors map[string]string - The colors of the enum values.
- Enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- Enums []string
- The values the user can pick from.
- Format string
- The format of the string input.
- Icon string
- The icon of the string input.
- Max
Length int - The max length of the string input.
- Min
Length int - The min length of the string input.
- Pattern string
- The regex pattern the value has to match.
- Pattern
Jq stringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- Read
Only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - Read
Only stringJq Query - The read only condition jq query of the string input.
- Required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - Sort
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- Title string
- The title of the string input.
- Visible bool
- The visibility of the string input.
- Visible
Jq stringQuery - The visibility condition jq query of the string input.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset object
- The dataset filtering the entities the user can pick from.
- default string
- The default of the string input.
- default_
jq_ stringquery - The default jq query of the string input.
- depends_
ons list(string) - The inputs this input depends on.
- description string
- The description of the string input.
- disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ stringquery - The disabled condition jq query of the string input.
- enum_
colors map(string) - The colors of the enum values.
- enum_
jq_ stringquery - A jq query resolving the values the user can pick from.
- enums list(string)
- The values the user can pick from.
- format string
- The format of the string input.
- icon string
- The icon of the string input.
- max_
length number - The max length of the string input.
- min_
length number - The min length of the string input.
- pattern string
- The regex pattern the value has to match.
- pattern_
jq_ stringquery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read_
only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ stringjq_ query - The read only condition jq query of the string input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort object
- How the entities are sorted in the form.
- title string
- The title of the string input.
- visible bool
- The visibility of the string input.
- visible_
jq_ stringquery - The visibility condition jq query of the string input.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- default
Jq StringQuery - The default jq query of the string input.
- default_ String
- The default of the string input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the string input.
- disabled Boolean
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the string input.
- enum
Colors Map<String,String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of the string input.
- icon String
- The icon of the string input.
- max
Length Integer - The max length of the string input.
- min
Length Integer - The min length of the string input.
- pattern String
- The regex pattern the value has to match.
- pattern
Jq StringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read
Only Boolean - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the string input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- title String
- The title of the string input.
- visible Boolean
- The visibility of the string input.
- visible
Jq StringQuery - The visibility condition jq query of the string input.
- blueprint string
- The blueprint the entities are taken from. Required when
formatisentity. - dataset
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- default string
- The default of the string input.
- default
Jq stringQuery - The default jq query of the string input.
- depends
Ons string[] - The inputs this input depends on.
- description string
- The description of the string input.
- disabled boolean
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq stringQuery - The disabled condition jq query of the string input.
- enum
Colors {[key: string]: string} - The colors of the enum values.
- enum
Jq stringQuery - A jq query resolving the values the user can pick from.
- enums string[]
- The values the user can pick from.
- format string
- The format of the string input.
- icon string
- The icon of the string input.
- max
Length number - The max length of the string input.
- min
Length number - The min length of the string input.
- pattern string
- The regex pattern the value has to match.
- pattern
Jq stringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read
Only boolean - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only stringJq Query - The read only condition jq query of the string input.
- required boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- title string
- The title of the string input.
- visible boolean
- The visibility of the string input.
- visible
Jq stringQuery - The visibility condition jq query of the string input.
- blueprint str
- The blueprint the entities are taken from. Required when
formatisentity. - dataset
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset - The dataset filtering the entities the user can pick from.
- default str
- The default of the string input.
- default_
jq_ strquery - The default jq query of the string input.
- depends_
ons Sequence[str] - The inputs this input depends on.
- description str
- The description of the string input.
- disabled bool
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled_
jq_ strquery - The disabled condition jq query of the string input.
- enum_
colors Mapping[str, str] - The colors of the enum values.
- enum_
jq_ strquery - A jq query resolving the values the user can pick from.
- enums Sequence[str]
- The values the user can pick from.
- format str
- The format of the string input.
- icon str
- The icon of the string input.
- max_
length int - The max length of the string input.
- min_
length int - The min length of the string input.
- pattern str
- The regex pattern the value has to match.
- pattern_
jq_ strquery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read_
only bool - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read_
only_ strjq_ query - The read only condition jq query of the string input.
- required bool
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Sort - How the entities are sorted in the form.
- title str
- The title of the string input.
- visible bool
- The visibility of the string input.
- visible_
jq_ strquery - The visibility condition jq query of the string input.
- blueprint String
- The blueprint the entities are taken from. Required when
formatisentity. - dataset Property Map
- The dataset filtering the entities the user can pick from.
- default String
- The default of the string input.
- default
Jq StringQuery - The default jq query of the string input.
- depends
Ons List<String> - The inputs this input depends on.
- description String
- The description of the string input.
- disabled Boolean
- Greys out the string input. A disabled input is excluded from the submitted data and from
requiredvalidation, which makes it a way to drop an input from the form based on the other answers. Useread_onlyto keep the value in the submission. - disabled
Jq StringQuery - The disabled condition jq query of the string input.
- enum
Colors Map<String> - The colors of the enum values.
- enum
Jq StringQuery - A jq query resolving the values the user can pick from.
- enums List<String>
- The values the user can pick from.
- format String
- The format of the string input.
- icon String
- The icon of the string input.
- max
Length Number - The max length of the string input.
- min
Length Number - The min length of the string input.
- pattern String
- The regex pattern the value has to match.
- pattern
Jq StringQuery - A jq query resolving the pattern of the string input, either a regex string or a list of allowed values.
- read
Only Boolean - Shows the value of the string input without letting the user change it. The value is still submitted with the form, unlike
disabled. - read
Only StringJq Query - The read only condition jq query of the string input.
- required Boolean
- Whether the input has to be filled in. Only
trueis accepted, and it cannot be combined withrequired_jq_query. - sort Property Map
- How the entities are sorted in the form.
- title String
- The title of the string input.
- visible Boolean
- The visibility of the string input.
- visible
Jq StringQuery - The visibility condition jq query of the string input.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDataset, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetArgs
- Combinator string
- How the rules are combined.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule> - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- Combinator string
- How the rules are combined.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator string
- How the rules are combined.
- rules list(object)
- The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator String
- How the rules are combined.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule> - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator string
- How the rules are combined.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule[] - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator str
- How the rules are combined.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule] - The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
- combinator String
- How the rules are combined.
- rules List<Property Map>
- The rules of the dataset. A rule either filters on a property or groups nested rules under a combinator.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
List<port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Rules
[]Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule - The nested rules of a group rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules list(object)
- The nested rules of a group rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules
List<Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule> - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- rules
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule[] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- rules
Sequence[Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule] - The nested rules of a group rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- rules List<Property Map>
- The nested rules of a group rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRule, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleArgs
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Value
port_
labs. Port. Inputs. Workflow Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- Blueprint string
- The blueprint identifier of the rule.
- Combinator string
- How the nested rules of a group rule are combined.
- Operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- Property string
- The property identifier of the rule.
- Value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- Value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- value object
- A value resolved from the form or the trigger when the form is rendered.
- value_
json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint string
- The blueprint identifier of the rule.
- combinator string
- How the nested rules of a group rule are combined.
- operator string
- The operator of the rule. Set on filtering rules and left out on group rules.
- property string
- The property identifier of the rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value
Json string - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint str
- The blueprint identifier of the rule.
- combinator str
- How the nested rules of a group rule are combined.
- operator str
- The operator of the rule. Set on filtering rules and left out on group rules.
- property str
- The property identifier of the rule.
- value
Workflow
Node Self Serve Trigger User Inputs User Properties String Props Dataset Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Rule Value - A value resolved from the form or the trigger when the form is rendered.
- value_
json str - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
- blueprint String
- The blueprint identifier of the rule.
- combinator String
- How the nested rules of a group rule are combined.
- operator String
- The operator of the rule. Set on filtering rules and left out on group rules.
- property String
- The property identifier of the rule.
- value Property Map
- A value resolved from the form or the trigger when the form is rendered.
- value
Json String - A fixed value, as a JSON encoded string. Use
valuefor a value resolved by a jq query.
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleValue, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsDatasetRuleValueArgs
- Jq
Query string
- Jq
Query string
- jq_
query string
- jq
Query String
- jq
Query string
- jq_
query str
- jq
Query String
WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsSort, WorkflowNodeSelfServeTriggerUserInputsUserPropertiesStringPropsSortArgs
WorkflowNodeSelfServeTriggerUserInputsValidation, WorkflowNodeSelfServeTriggerUserInputsValidationArgs
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- Constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - Message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint string
- A jq expression that has to evaluate to
truefor the form to be valid. - message string
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint str
- A jq expression that has to evaluate to
truefor the form to be valid. - message str
- The error message shown when the constraint evaluates to
false(max 100 characters).
- constraint String
- A jq expression that has to evaluate to
truefor the form to be valid. - message String
- The error message shown when the constraint evaluates to
false(max 100 characters).
WorkflowNodeUpsertEntity, WorkflowNodeUpsertEntityArgs
- Blueprint
Identifier string - The identifier of the blueprint to upsert into.
- Mapping
port_
labs. Port. Inputs. Workflow Node Upsert Entity Mapping - The entity fields to upsert.
- On
Failure string - The action to take if the node fails. One of
continue,terminate.
- Blueprint
Identifier string - The identifier of the blueprint to upsert into.
- Mapping
Workflow
Node Upsert Entity Mapping - The entity fields to upsert.
- On
Failure string - The action to take if the node fails. One of
continue,terminate.
- blueprint_
identifier string - The identifier of the blueprint to upsert into.
- mapping object
- The entity fields to upsert.
- on_
failure string - The action to take if the node fails. One of
continue,terminate.
- blueprint
Identifier String - The identifier of the blueprint to upsert into.
- mapping
Workflow
Node Upsert Entity Mapping - The entity fields to upsert.
- on
Failure String - The action to take if the node fails. One of
continue,terminate.
- blueprint
Identifier string - The identifier of the blueprint to upsert into.
- mapping
Workflow
Node Upsert Entity Mapping - The entity fields to upsert.
- on
Failure string - The action to take if the node fails. One of
continue,terminate.
- blueprint_
identifier str - The identifier of the blueprint to upsert into.
- mapping
Workflow
Node Upsert Entity Mapping - The entity fields to upsert.
- on_
failure str - The action to take if the node fails. One of
continue,terminate.
- blueprint
Identifier String - The identifier of the blueprint to upsert into.
- mapping Property Map
- The entity fields to upsert.
- on
Failure String - The action to take if the node fails. One of
continue,terminate.
WorkflowNodeUpsertEntityMapping, WorkflowNodeUpsertEntityMappingArgs
- Icon string
- The icon of the entity to upsert.
- Identifier string
- The identifier of the entity to upsert.
- Properties string
- The properties of the entity as a JSON encoded string.
- Relations string
- The relations of the entity as a JSON encoded string.
- Teams List<string>
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - Title string
- The title of the entity to upsert.
- Icon string
- The icon of the entity to upsert.
- Identifier string
- The identifier of the entity to upsert.
- Properties string
- The properties of the entity as a JSON encoded string.
- Relations string
- The relations of the entity as a JSON encoded string.
- Teams []string
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - Title string
- The title of the entity to upsert.
- icon string
- The icon of the entity to upsert.
- identifier string
- The identifier of the entity to upsert.
- properties string
- The properties of the entity as a JSON encoded string.
- relations string
- The relations of the entity as a JSON encoded string.
- teams list(string)
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - title string
- The title of the entity to upsert.
- icon String
- The icon of the entity to upsert.
- identifier String
- The identifier of the entity to upsert.
- properties String
- The properties of the entity as a JSON encoded string.
- relations String
- The relations of the entity as a JSON encoded string.
- teams List<String>
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - title String
- The title of the entity to upsert.
- icon string
- The icon of the entity to upsert.
- identifier string
- The identifier of the entity to upsert.
- properties string
- The properties of the entity as a JSON encoded string.
- relations string
- The relations of the entity as a JSON encoded string.
- teams string[]
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - title string
- The title of the entity to upsert.
- icon str
- The icon of the entity to upsert.
- identifier str
- The identifier of the entity to upsert.
- properties str
- The properties of the entity as a JSON encoded string.
- relations str
- The relations of the entity as a JSON encoded string.
- teams Sequence[str]
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - title str
- The title of the entity to upsert.
- icon String
- The icon of the entity to upsert.
- identifier String
- The identifier of the entity to upsert.
- properties String
- The properties of the entity as a JSON encoded string.
- relations String
- The relations of the entity as a JSON encoded string.
- teams List<String>
- The teams of the entity to upsert. Values may contain
{{ }}template expressions that are resolved when the node runs. - title String
- The title of the entity to upsert.
WorkflowNodeWebhook, WorkflowNodeWebhookArgs
- Agent bool
- Whether the request is routed through the Port agent.
- Body string
- The request body as a JSON encoded string.
- Headers Dictionary<string, string>
- The HTTP headers of the request.
- Method string
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - On
Failure string - The action to take if the node fails. One of
continue,terminate. - On
Timeout string - The action to take if the webhook times out. One of
fail,continue. - Synchronized bool
- Whether the request is sent synchronously.
- Url string
- The URL of the webhook.
- Agent bool
- Whether the request is routed through the Port agent.
- Body string
- The request body as a JSON encoded string.
- Headers map[string]string
- The HTTP headers of the request.
- Method string
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - On
Failure string - The action to take if the node fails. One of
continue,terminate. - On
Timeout string - The action to take if the webhook times out. One of
fail,continue. - Synchronized bool
- Whether the request is sent synchronously.
- Url string
- The URL of the webhook.
- agent bool
- Whether the request is routed through the Port agent.
- body string
- The request body as a JSON encoded string.
- headers map(string)
- The HTTP headers of the request.
- method string
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - on_
failure string - The action to take if the node fails. One of
continue,terminate. - on_
timeout string - The action to take if the webhook times out. One of
fail,continue. - synchronized bool
- Whether the request is sent synchronously.
- url string
- The URL of the webhook.
- agent Boolean
- Whether the request is routed through the Port agent.
- body String
- The request body as a JSON encoded string.
- headers Map<String,String>
- The HTTP headers of the request.
- method String
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - on
Failure String - The action to take if the node fails. One of
continue,terminate. - on
Timeout String - The action to take if the webhook times out. One of
fail,continue. - synchronized_ Boolean
- Whether the request is sent synchronously.
- url String
- The URL of the webhook.
- agent boolean
- Whether the request is routed through the Port agent.
- body string
- The request body as a JSON encoded string.
- headers {[key: string]: string}
- The HTTP headers of the request.
- method string
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - on
Failure string - The action to take if the node fails. One of
continue,terminate. - on
Timeout string - The action to take if the webhook times out. One of
fail,continue. - synchronized boolean
- Whether the request is sent synchronously.
- url string
- The URL of the webhook.
- agent bool
- Whether the request is routed through the Port agent.
- body str
- The request body as a JSON encoded string.
- headers Mapping[str, str]
- The HTTP headers of the request.
- method str
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - on_
failure str - The action to take if the node fails. One of
continue,terminate. - on_
timeout str - The action to take if the webhook times out. One of
fail,continue. - synchronized bool
- Whether the request is sent synchronously.
- url str
- The URL of the webhook.
- agent Boolean
- Whether the request is routed through the Port agent.
- body String
- The request body as a JSON encoded string.
- headers Map<String>
- The HTTP headers of the request.
- method String
- The HTTP method. One of
GET,POST,PUT,PATCH,DELETE. - on
Failure String - The action to take if the node fails. One of
continue,terminate. - on
Timeout String - The action to take if the webhook times out. One of
fail,continue. - synchronized Boolean
- Whether the request is sent synchronously.
- url String
- The URL of the webhook.
Package Details
- Repository
- port port-labs/pulumi-port
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
port-labsTerraform Provider.
Viewing docs for Port v2.23.1
published on Sunday, Aug 16, 2026 by port-labs
published on Sunday, Aug 16, 2026 by port-labs