Workflow Input
Workflows can receive data at runtime, specified by the workflow input object. This object contains:
Field | Type | JSON Key | Description |
---|---|---|---|
Name | string | name | Name of the workflow input object |
InputSchema | string | input_schema | Schema to validate runtime data |
The input schema validates data provided at the start of the workflow run.