Create demo.yaml
Browse files
demo.yaml
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
input_interface: # Connector between the "input data" and the Flow
|
2 |
+
#your input interface here
|
3 |
+
output_interface: # Connector between the Flow's output and the caller
|
4 |
+
#your output interface here
|
5 |
+
|
6 |
+
flow: # Overrides the for the flow config
|
7 |
+
#_target_: Your target here
|
8 |
+
#your flow overrides here
|