Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.81 KB

workflow.rst

File metadata and controls

71 lines (49 loc) · 1.81 KB

Renku Workflow

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

plan

renku.domain_model.workflow.plan

composite_plan

renku.domain_model.workflow.composite_plan

parameter

renku.domain_model.workflow.parameter

workflow_file

renku.domain_model.workflow.workflow_file

Renku Workflow Conversion

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

CWL

renku.core.workflow.converters.cwl

CWLExporter