Implement Stage Change Tracking Table with Logging for HAF Application States
Add an additional table to track changes in the application's stage, including the time of each change. This table should store state transitions to create a detailed audit trail of the application's lifecycle within HAF. Additionally, use RAISE INFO to log each change in the stage, ensuring that these changes are recorded in the logs for easier tracking and debugging
Only for apps that have defined stages during their context creation.
Edited by Marcin