Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.39 KB

workflow.rst

File metadata and controls

54 lines (37 loc) · 1.39 KB

Renku Workflow

.. py:module:: renku.core.models.workflow

Renku uses PROV-O and its own Renku ontology to represent workflows.

Run

.. automodule:: renku.core.models.workflow.run
   :members:

Parameters

.. automodule:: renku.core.models.workflow.parameters
   :members:

Renku Workflow Conversion

.. py:module:: renku.core.models.workflow.converters

Renku allows conversion of tracked workflows to runnable workflows in supported tools (Currently CWL)

CWL

.. automodule:: renku.core.models.workflow.converters.cwl
   :no-members:

.. autoclass:: CWLConverter
   :members:
   :inherited-members: