Skip to content

Change WF_Interface class to support new API #1197

@rstyd

Description

@rstyd

The workflow interface class located at https://github.com/lanl/BEE/blob/develop/beeflow/common/wf_interface.py is the object that represents each workflow in BEE. Currently, this class has a lot of CWLisms built in such as this part which looks for requirements and hints

def initialize_workflow(self, workflow):
"""Begin construction of a BEE workflow.
:param workflow: the workflow object
:type workflow: Workflow
"""
if workflow.requirements is None:
workflow.requirements = []
if workflow.hints is None:
workflow.hints = []

We need to update this to support the new API.

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