Skip to main content

DeployPipelineNodeConfiguration

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

Configuration for the DeployPipeline node. Deploys a specific pipeline within the same data flow to its assigned adapter via the Communication Controller API. The target pipeline must belong to the same data flow as the executing pipeline, and must not be the executing pipeline itself.

public record DeployPipelineNodeConfiguration : NodeConfiguration, INodeConfiguration, IEquatable<NodeConfiguration>, IEquatable<DeployPipelineNodeConfiguration>

Inheritance Object → NodeConfiguration → DeployPipelineNodeConfiguration
Implements INodeConfiguration, IEquatable<NodeConfiguration>, IEquatable<DeployPipelineNodeConfiguration>

Properties

PipelineRtId

The fixed pipeline RtId to deploy.

public Nullable<OctoObjectId> PipelineRtId { get; set; }

Property Value

Nullable<OctoObjectId>

PipelineRtIdPath

JSON path to the pipeline RtId to deploy.

public string PipelineRtIdPath { get; set; }

Property Value

String

ServiceAccountConfigName

Well-known name of the ServiceAccountConfiguration entity for authentication. Defaults to "ServiceAccountConfig".

public string ServiceAccountConfigName { get; set; }

Property Value

String

Description

public string Description { get; set; }

Property Value

String

Constructors

DeployPipelineNodeConfiguration()

public DeployPipelineNodeConfiguration()