Table of Contents

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 ExpressionBuilderGraph

The 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 WorkflowMetadata

The WorkflowMetadata instance representing the retrieved metadata.