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.
WorkflowBuilder(WorkflowMetadata)
Initializes a new instance of the WorkflowBuilder class from the specified workflow metadata.
public WorkflowBuilder(WorkflowMetadata metadata)
Parameters
metadata
WorkflowMetadataThe WorkflowMetadata instance representing the retrieved metadata.