Skip to content

A metadata template #310

Description

@liamhuber

Right now we have prospective data (NodeRecipe) and retrospective data (NodeData), but no retrospective metadata template, e.g. to hold things like runtimes.

Such a thing exists in the pyiron_workflow.execution.Run object. This actually pulls out extremely cleanly, needing only the class itself, the lighweight Steps class which is an iterable collection of these, a simple enum on run status, a type var bound on NodeData, and a helper class for the LexicalPath -- which is its own sub-module but anyhow depends only on flowrep!

Flowrep-compliant WfMS would then commit to producing these Run objects instead of the meta-data-free NodeData objects they currently produce. @samwaseda and I currently see this as a nice change. One of the motivators is that we want semantikon to strictly digest flowrep objects, but Sam would like semantikon knowledge graphs to include some metadata, so we'd better have space for the metadata in flowrep too!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions