Skip to main content

Enums

Version: 3.20.0

CommunicationState

Indicates the current SignalR connection state of an adapter or pool operator.

IDValuesDescriptions
0Unregistered
1Online
2Offline

ConfigurationState

Indicates whether a deployable entity has been successfully configured with its pipeline definitions and settings.

IDValuesDescriptions
0Unconfigured
1Pending
2Configured
3Error

DeploymentState

Tracks whether a deployable entity (adapter, application, pipeline, pool, or trigger) is currently deployed and active. Disabled means the entity cannot be deployed at all: Edge pools (no central operator CR), workloads missing Helm chart/version/repository, or pipelines/triggers whose adapter is Disabled. Deploy/Undeploy actions are rejected on Disabled entities.

IDValuesDescriptions
0Undeployed
1Pending
2Deployed
3Error
4Disabled

Environment

Where a pool's adapter workloads are hosted. Cloud pools are auto-deployed by the central Communication Operator into the OctoMesh cluster; Edge pools must be installed and run by an external operator outside the central cluster.

IDValuesDescriptions
0Edge
1Cloud

HelmChannel

Distribution channel of a Helm chart repository. Used as a label so the UI can colour-code dev vs release sources; the operator does not derive behavior from this value.

IDValuesDescriptions
0Dev
1Release

PipelineExecutionStatus

Status of a pipeline execution lifecycle, from running through completion or failure.

IDValuesDescriptions
0Running
1Completed
2Failed
3Interrupted
4Cancelled

PipelineTriggerType

Indicates how a pipeline execution was initiated.

IDValuesDescriptions
0Manual
1Scheduled
2Event
3Startup