loadWorkflowFromDotFile(dotfile,
workflowcls=None)
| source code
|
Create a graph from the given dotfile and create a workflow from it.
The workflow will be fully intiialized with connected process instances.
The all compatible plugs will automatically be connected for all processes
connected in the dot file
- Parameters:
workflowcls - if not None, a dgengine.Graph compatible class to be used
for workflow creation. Defaults to automation.workflow.Workflow.
- Returns:
- List of initialized workflow classes - as they can be nested, the
creation of one workflow can actually create several of them
|