Workflow#
- class pharmpy.workflows.Workflow(builder=None, graph=None, name=None)[source]#
Bases:
WorkflowBase,Generic[T],ImmutableWorkflow class
Representation of a directed acyclic graph with Tasks as nodes and the flow of parameters as edges.
- Parameters:
tasks (list) – List of tasks for initialization
Attributes Summary
Name of Workflow
Methods Summary
Create a dask workflow dictionary
create([builder, graph, name])Create a dictionary of task and a unique name
plot_dask(filename)Save a visualization of workflow to file
replace(**kwargs)Attributes Documentation
- name#
Name of Workflow
Methods Documentation