Synchronous Event Processing
Events are consumed by the state machine and processed sequentially. Following is the list of the events that are processed by Orchestrator:
-
JMS Events that are primarily from process components and orchestrator Components.
Below is sequence of activities involved:
- State Machine receives the events from JMS.
- Events are consumed by State machine.
- State machine generates the actions to be executed. The actions are configured internally to dispatch the JMS Messages, process Database notifications and logging.
- Actions are executed.
- Final state orders and checkpoints are cleaned up.
-
Time Dependent Events that are triggered using Timer.
Below is sequence of activities involved:
Copyright © 2023. Cloud Software Group, Inc. All Rights Reserved.