Bartosz Balis

Results 2 issues of Bartosz Balis

Function `ins` and `outs` are now Array-like objects, so that you can refer to an input/ouput by its index `ins[0]` OR its name `ins.sig1` (they refer to the same object)....

question

- Set up a provenance store (database) suitable for the HyperFlow provenance model - Implement "flushing" provenance events logged during workflow execution to this store - The store needs to...

enhancement