Spaces:
Runtime error
Runtime error
File size: 412 Bytes
e331e72 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
# Setup reporting however you'd like
reporting:
type: console
# Setup storage however you'd like
storage:
type: memory
# Setup cache however you'd like
cache:
type: memory
# Just a simple workflow
workflows:
# This is an anonymous workflow, it doesn't have a name
- steps:
# Unpack the nodes from the graph
- verb: fill
args:
to: filled_column
value: "Filled Value" |