Files
graphrag-microsoft/examples/multiple_workflows/workflows/workflow_2.yml
Alonso Guevara 81b81cf60b Initial Release
2024-07-01 15:25:30 -06:00

18 lines
426 B
YAML

name: workflow_2
steps:
- verb: fill
args:
to: "col_workflow_2"
value: 2
input:
# workflow_2 is dependent on workflow_1
# so in workflow_2 output, you'll also see the output from workflow_1
source: "workflow:workflow_1"
# Example of pulling in values from a shared file
- verb: fill
args:
to: "col_from_shared_file"
value: !include ./shared/shared_fill_value.txt