Update CtrlExMem_ExtLib.yaml
Browse files- CtrlExMem_ExtLib.yaml +6 -2
CtrlExMem_ExtLib.yaml
CHANGED
@@ -81,8 +81,12 @@ topology:
|
|
81 |
output_interface:
|
82 |
_target_: aiflows.interfaces.KeyInterface
|
83 |
keys_to_rename:
|
84 |
-
branch_output_data:
|
85 |
-
|
|
|
|
|
|
|
|
|
86 |
reset: false
|
87 |
|
88 |
- goal: "Write memory to memory files"
|
|
|
81 |
output_interface:
|
82 |
_target_: aiflows.interfaces.KeyInterface
|
83 |
keys_to_rename:
|
84 |
+
branch_output_data.code: code
|
85 |
+
branch_output_data.plan: plan
|
86 |
+
branch_output_data.status: status
|
87 |
+
branch_output_data.summary: summary
|
88 |
+
branch_output_data.result: result
|
89 |
+
keys_to_delete: ["branch_output_data"]
|
90 |
reset: false
|
91 |
|
92 |
- goal: "Write memory to memory files"
|