ExternalSignal interface

An externally submitted signal instance assigned to an entity.

Extends

Properties

evaluationRules

Evaluation rules for the external signal as submitted.

signalKind

Kind of the signal instance

Inherited Properties

name

Unique name of the signal within the entity.

signalDefinitionName

Optional reference to a signal definition that provides default values.

status

Current status of the signal.

Property Details

evaluationRules

Evaluation rules for the external signal as submitted.

evaluationRules?: EvaluationRule

Property Value

signalKind

Kind of the signal instance

signalKind: "External"

Property Value

"External"

Inherited Property Details

name

Unique name of the signal within the entity.

name: string

Property Value

string

Inherited From SignalInstanceProperties.name

signalDefinitionName

Optional reference to a signal definition that provides default values.

signalDefinitionName?: string

Property Value

string

Inherited From SignalInstanceProperties.signalDefinitionName

status

Current status of the signal.

status?: SignalStatus

Property Value

Inherited From SignalInstanceProperties.status