event-processing-framework
Reactive icon

Event Processing Framework

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 December 2023
 by 
0.0
 (0 ratings)
event-processing-framework

Event Processing Framework

Documentation
1.0.0

How to use:

  1. Install Event Processing Framework
    (This will also install Event Processing Framework Customizations)
  2. Install the demo (optional, but recommended)  
    1. Configure module EventProcessingFrameworkDemo
      1. Under Integrations, for v1 REST API, set Effective URL to:
        https://<your-outsystems-environment-url>/EventProcessing_API/rest/v1
        (replace <your-outsystems-environment-url !)
  3. Configure EventProcessing_Framework_CS
    1. Set site property SystemUserId
      This is the UserId of the user that will be used to process the events. This user needs all roles needed to handle the events.
    2. Enable Light process execution under 'Operation'
  4. Customize EventProcessing_EventTypes
    1. Edit the EventType static entity and add your own events (remove the demo events if you want)
  5. Customize EventProcessing_EventHandlers_CS
    1. Edit the Event_Handle server action and handle any of your custom event types.
      You can remove the demo event handlers if you like.
  6. Look at EventProcessing_API in the Demo for an example of how to add events.

 


0.1.1

How to use:

  1. Install Event Processing Framework
    (This will also install Event Processing Framework Customizations)
  2. Install the demo (optional, but recommended)  
    1. Configure module EventProcessingFrameworkDemo
      1. Under Integrations, for v1 REST API, set Effective URL to:
        https://<your-outsystems-environment-url>/EventProcessing_API/rest/v1
        (replace <your-outsystems-environment-url !)
  3. Configure EventProcessing_Framework_CS
    1. Set site property SystemUserId
      This is the UserId of the user that will be used to process the events. This user needs all roles needed to handle the events.
  4. Customize EventProcessing_EventTypes
    1. Edit the EventType static entity and add your own events (remove the demo events if you want)
  5. Customize EventProcessing_EventHandlers_CS
    1. Edit the Event_Handle server action and handle any of your custom event types.
      You can remove the demo event handlers if you like.
  6. Look at EventProcessing_API in the Demo for an example of how to add events.