Update PlanFileEditorAtomicFlow.yaml
Browse files
PlanFileEditorAtomicFlow.yaml
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
name: "PlanFileEditorAtomicFlow"
|
2 |
-
description: "A flow that writes plan to a given file location"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
name: "PlanFileEditorAtomicFlow"
|
2 |
+
description: "A flow that writes plan to a given file location"
|
3 |
+
|
4 |
+
input_interface:
|
5 |
+
- "file_location"
|
6 |
+
- "plan"
|
7 |
+
|
8 |
+
output_interface:
|
9 |
+
- "plan_writer_output"
|