nbaldwin commited on
Commit
0e3166f
1 Parent(s): d1d45e7

Create demo.yaml

Browse files
Files changed (1) hide show
  1. demo.yaml +8 -0
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