Core Concepts
Workflow Output

Workflow Output

Workflows can produce data at runtime. The workflow output object currently contains:

FieldTypeJSON KeyDescription
NamestringnameName of the workflow output object

Future plans:

  • Include an output schema to validate data produced at the end of the workflow run
  • Enable chaining of workflows by ensuring output of one workflow matches the input of the next