From 940ecff5beadd26e8712da5a424b5571767586de Mon Sep 17 00:00:00 2001 From: Milovann Yanatchkov Date: Tue, 24 Mar 2026 08:22:33 +0100 Subject: [PATCH] feat: add WriteHistory and ReadHistory steps to duplex pipeline --- yaml/duplex.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/yaml/duplex.yaml b/yaml/duplex.yaml index 7e5e3d8..bffd783 100644 --- a/yaml/duplex.yaml +++ b/yaml/duplex.yaml @@ -28,8 +28,12 @@ operations: space: A102 part: ifc/duplex_modified.ifc output: ifc/duplex_merge.ifc - - name: History + - name: WriteHistory command: history - yaml_src: yaml/duplex.yaml + write_psets: true + - name: ReadHistory + command: history + input: ifc/duplex_merge.ifc + output: ifc/history.json dest: ifc/duplex_merge.ifc