Skip to content

Latest commit

 

History

History
86 lines (55 loc) · 1.95 KB

workflow.rst

File metadata and controls

86 lines (55 loc) · 1.95 KB

Renku Workflow

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

Plans

renku.core.models.workflow.plan

renku.core.models.workflow.composite_plan

Parameters

renku.core.models.workflow.parameter

Renku Workflow Logic

Execution Graph

renku.core.management.workflow.concrete_execution_graph

Value Resolution

renku.core.management.workflow.value_resolution

Plan Factory

Used to create Plan objects based on command line arguments

renku.core.management.workflow.plan_factory

Renku Workflow Conversion

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

CWL

renku.core.models.workflow.converters.cwl

CWLConverter