Constructor WorkflowBuilder
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
WorkflowBuilder()
Initializes a new instance of the WorkflowBuilder class.
public WorkflowBuilder()
WorkflowBuilder(ExpressionBuilderGraph)
Initializes a new instance of the WorkflowBuilder class with the specified workflow instance.
public WorkflowBuilder(ExpressionBuilderGraph workflow)
Parameters
workflow
ExpressionBuilderGraphThe ExpressionBuilderGraph that will be used by this builder.