3.2 Subscriber Channel Functions

This section provides a basic understanding of the functions the Subscriber channel performs in the WorkOrder driver.

First, Placement and Create rules are configured so all new work orders that contain the required attributes are sent to the Subscriber channel. The following attributes must be present for a work order to pass the Create rule and go to the Subscriber channel:

Figure 3-1 shows what happens when the Subscriber channel receives a work order.

Figure 3-1 Subscriber Channel Configuration

The Subscriber channel performs the following actions:

  1. Creates an association for each WorkOrder object it receives.

  2. Checks if the DoItNow and SendToPublisher flags are set to True. If these attributes are set to True, the Subscriber channel builds a work order and sends it immediately to the Publisher channel.

  3. If the DoItNow and SendToPublisher flags are not set to True, the Subscriber channel waits until the next event.