Skip to main content

task_workflow

superduper.jobs.task_workflow

Source code

TaskWorkflow​

TaskWorkflow(self,
database: 'Datalayer',
G: 'DiGraph' = None) -> None
ParameterDescription
databaseDB instance to use
Gnetworkx.DiGraph to use as the graph

Task workflow class.

Keep a graph of jobs that need to be performed and their dependencies, and perform them when called.