Xentara v2.0.4
User Manual
Signal Bridges

Signal bridges are elements that copy the values from one attribute to another. Each bridge consists of a number of connection between a readable attribute of a Xentara element, and a writable attribute of the same or of a different Xentara element. Whenever the copy operation is triggered, all the values are read from the source attributes and copied to the corresponding target attributes.

Normally, a signal bridge only copies the attribute values in the operational stage. A bridge can be configure to copy the values in any stage, however.

Signal bridges expose a single task named copy that performs the copying. You can insert that task into an execution pipeline and attach it to a timer or an event.

Accessing Signal Bridges

Signal bridges have the following members:

Attributes
keyThe bridge’s primary key.
nameThe bridge’s name. The name is the last component of the primary key.
UUIDThe unique UUID of the bridge.
typeThe bridge’s element type. For signal bridges, this is always “signal bridge”.
categoryThe bridge’s category. For signal bridges, this is always “microservice”.
Tasks
copyCopies the values from the source attributes to the target attributes.