Running a TIBCO ActiveMatrix BusinessWorks 6.x Project

The WorkdayEventProcess service uses Notification.wsdl and implements the Receive_Notification operation. It has two Expresso Notify activities, NotifyHireEmployee and NotifyEmployeeFired which send a received notification to Expresso.

Procedure

  1. Configure the shared resource:
    • ExpressoServer Resource: Specify the Expresso server host and port.
    • WorkdayHTTPConnector: Specify values for PROVIDER.HOST and PROVIDER.PORT.
    • HTTPConnector: Specify values for WORKDAY.NOTIFICATION.PORT. (Note: This port is used by the web service to listen for events from Workday.)
  2. Configure the notification URL:
    1. Note the SOAP Endpoint URI of the WorkDayEvent service.
    2. In Workday, search for Edit Subscriptions.
    3. On the Edit Subscriptions screen, under Integration System, choose the integration system and click OK.
    4. Select v22.1 as the Uses API Version. Specify the Notification URL and click OK.
      Note: Configure the Notification URL in the workday instance with the URI where the Workday BusinessWorks application is hosted, followed by the SOAP endpoint URI.

  3. Run the project and execute the Hire Employee or Terminate Employee business process in Workday.
    The following figure shows the service for the Terminate Employee Event.