Metainfo reference from path
@mscheidg To make it possible to provide a connection among workflows, it is necessary to resolve the reference from a path.
workflow = Workflow()
workflow.workflow_reference = 'data/system/vasprun.xml/archive/workflow[0]'
This will enable us to provide a post-processing step where the user can edit (via a yaml file or a gui) the workflow references.
Edited by Alvin Noe Ladines