Skip to content

Added eln annotations to workflow2 sections.

@mscheidg and @ladinesa I added eln annotations to the Link, Task and TaskReference sections in nomad.datamodel.metainfo.workflow2. I tested it together with the following yaml schema:

definitions:
  name: My custom schemas
  sections:
    my_workflow:
      base_sections: [nomad.datamodel.metainfo.workflow2.Workflow, nomad.datamodel.data.EntryData]

And could create a workflow using the ELN: Screenshot_from_2022-10-20_16-22-26

Merge request reports