This figure shows the data flow in the MSSOutboundEventHandler workflow, which involves the following steps:

  1. Initial activation event: MSSOutboundEventHandler listens on a WLI Message Broker channel and receives an event when the Activate task is completed for an order in MetaSolv Solution. MSSOutboundEventHandler creates the request (getActivationDataByKeyRequest) and sends it to the ActivationOrderManager for processing.

  2. Getting the MSS data: The ActivationOrderManager sends the request to the ServiceActivationHandler workflow, which calls the appropriate workflows and sends the request to MetaSolv Solution.

  3. Mapping data to CSDL commands: ActivationOrderManager decomposes the data returned from MetaSolv Solution and maps it to the appropriate ASAP CSDL commands.

  4. Building the ASAP order: ActivationOrderManager builds the activation order and sends it to ASAP.

  5. Getting the ASAP response: MSSOutboubdEventHandler listens for a response from ASAP and updates MetaSolv Solution accordingly.