What specific tasks or processes are typically undertaken during Event Processing within the Workflow Manager?
When an event is received, the Workflow Manager initiates event processing.
Configuration Retrieval: It fetches necessary configurations from storage systems like Redis or a database, set up during the configuration phase.
Configuration Content: This includes mappings of events, tasks, and actions.
Tasks Performed: Based on input data and retrieved configuration, the Workflow Manager:
Inserts or updates records in the database to set task statuses.
Adjusts access permissions in the database’s access control table if defined.