Core Concepts
Workflow Input

Workflow Input

Workflows can receive data at runtime, specified by the workflow input object. This object contains:

FieldTypeJSON KeyDescription
NamestringnameName of the workflow input object
InputSchemastringinput_schemaSchema to validate runtime data

The input schema validates data provided at the start of the workflow run.