2.4 Manage Event Handlers
Create, update, retrieve, search, and delete event handlers. Event handlers in MicroTx Workflows listen for events from supported internal or external message brokers and perform one or more actions on workflow or task when matching conditions are met. This feature also enables loose coupling between workflows.
Topics
- Create an Event Handler
Create event handlers in MicroTx Workflows to listen to messages sent by Transactional Event Queues (TxEventQ) within MicroTx Workflows or to listen to external message brokers, such as Kafka. - Update an Event Handler
You can update all the field values you specified when creating an event handler, except for the name. - View an Event Handler
View details of an event handler. - Delete an Event Handler
You can delete an event handler when it is no longer required.
Parent topic: Workflows