feat: add WriteHistory and ReadHistory steps to duplex pipeline
This commit is contained in:
parent
ca8dce030e
commit
940ecff5be
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue