Event Relay

Overview

TilliT's structure is based around the principle that each Asset has its own order and operation. For the most part these orders and assets are separated and self contained from other orders and assets. However depending on your business processes and workflows these assets may need to communicate. This is where Event Relay comes into play. Event Relay is the feature that allows assets to send Events to other assets allowing for order and activity orchestration.

Two common use cases are:

  • Linking multiple orders to change status.

    • e.g. When Order 1 on Asset A is started -> Start Order 1 on Asset B

  • You attach Activities to be triggered from relayed events.

    • e.g. Asset A needs a clean done on Asset B.

    • Asset A -> Clean Required Event -> Event Relay-> Asset B -> Clean Required Event -> Cleaning Activity Triggered

Creating a new Event Relay

Go to Settings > Configuration > Event Relay > Create

You will be presented with a pop-up.

Fields

NameDescription

Event Type*

The base event that will trigger the relay

To Event Type*

The new event that will be generated. Note: This may be the same as the event type.

From Asset

The specific asset that will be triggering the relay. Note: Either a From Asset or From Asset Class is required.

To Asset

The specific asset that will be recieving the event. Note: Either a To Asset or To Asset Class is required.

From Asset Class

The Asset Class that will be triggering the relay.

To Asset Class

The Asset Class that will be receiving the event.

Match Order Number checkbox

If selected, the event will be triggered on an Order with the same Order Number as the Order running on the From Asset.

Click the Save and close** ** button to finalise.

Last updated