Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Event Processing Framework
Event Processing Framework
Stable version
1.0.0
(Compatible with
OutSystems 11
)
Uploaded
on
20 December 2023
by
0.0
(0 ratings)
Overview
Reviews
Versions
Documentation
Support
Event Processing Framework
Documentation
1.0.0
Draft
How to use
:
Install Event Processing Framework
(This will also install
Event Processing Framework Customizations
)
Install the demo (optional, but recommended)
Configure module EventProcessingFrameworkDemo
Under Integrations, for v1 REST API, set Effective URL to:
https://
<your-outsystems-environment-url
>/EventProcessing_API/rest/v1
(replace
<your-outsystems-environment-url
!)
Configure EventProcessing_Framework_CS
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.
Enable
Light process execution
under 'Operation'
Customize
EventProcessing_EventTypes
Edit the
EventType
static entity and add your own events (remove the demo events if you want)
Customize
EventProcessing_EventHandlers_CS
Edit the
Event_Handle
server action and handle any of your custom event types.
You can remove the demo event handlers if you like.
Look at
EventProcessing_API
in the Demo for an example of how to add events.
0.1.1
Draft
How to use
:
Install Event Processing Framework
(This will also install
Event Processing Framework Customizations
)
Install the demo (optional, but recommended)
Configure module EventProcessingFrameworkDemo
Under Integrations, for v1 REST API, set Effective URL to:
https://
<your-outsystems-environment-url
>/EventProcessing_API/rest/v1
(replace
<your-outsystems-environment-url
!)
Configure EventProcessing_Framework_CS
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.
Customize
EventProcessing_EventTypes
Edit the
EventType
static entity and add your own events (remove the demo events if you want)
Customize
EventProcessing_EventHandlers_CS
Edit the
Event_Handle
server action and handle any of your custom event types.
You can remove the demo event handlers if you like.
Look at
EventProcessing_API
in the Demo for an example of how to add events.
Loading
Loading...