Outputs
The workflow model can define an output schema that constrains the data exposed when a workflow completes.
Exposing Outputs
Use exposes to filter which variables are exposed as outputs:
Workflow Level
id: my_model
name: test
exposes:
- name: result
- name: data
Step Level
steps:
- id: step1
uses: acts.core.irq
params:
key: act1
exposes:
- name: step_output