Update ContentWriterFlow.yaml
Browse files- ContentWriterFlow.yaml +6 -3
ContentWriterFlow.yaml
CHANGED
|
@@ -63,7 +63,10 @@ topology:
|
|
| 63 |
flow: Executor
|
| 64 |
output_interface:
|
| 65 |
_target_: aiflows.interfaces.KeyInterface
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
|
|
|
|
|
|
|
|
|
| 69 |
reset: false
|
|
|
|
| 63 |
flow: Executor
|
| 64 |
output_interface:
|
| 65 |
_target_: aiflows.interfaces.KeyInterface
|
| 66 |
+
# in subclasses, should provide corresponding output name of the branching subflows
|
| 67 |
+
keys_to_rename:
|
| 68 |
+
branch_output_data.code: code
|
| 69 |
+
branch_output_data.feedback: feedback
|
| 70 |
+
branch_output_data.temp_code_file_location: temp_code_file_location
|
| 71 |
+
keys_to_delete: ["branch_output_data"]
|
| 72 |
reset: false
|