Workflow Report
Prerequisites
For an application to perform reporting, the reportMode value must first be set to true in the application's environment settings.
Database Initialization Process
Once reporting mode is enabled, when the application is deployed, it connects to the database specified for that application. According to the application's data interface structure, the required relational database tables are automatically created.
Real-Time Data Synchronization
Additionally, there is a job that continuously listens for real-time changes within the application. As the application data is updated, this job synchronizes those updates with the relational database, ensuring that the reporting data is always up to date.