Skip to content

Latest commit

 

History

History
64 lines (44 loc) · 1.66 KB

workflow.rst

File metadata and controls

64 lines (44 loc) · 1.66 KB

Renku Workflow

.. py:module:: renku.domain_model.workflow

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

plan

.. automodule:: renku.domain_model.workflow.plan
   :members:
   :show-inheritance:

composite_plan

.. automodule:: renku.domain_model.workflow.composite_plan
   :members:
   :show-inheritance:

parameter

.. automodule:: renku.domain_model.workflow.parameter
   :members:
   :show-inheritance:


Renku Workflow Conversion

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

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

CWL

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

.. autoclass:: CWLExporter
   :members:
   :inherited-members: