Workflow Output
Workflows can produce data at runtime. The workflow output object currently contains:
Field | Type | JSON Key | Description |
---|---|---|---|
Name | string | name | Name 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