src/shared_modules/content_manager/doc/components/EXECUTION_CONTEXT.md
The execution context stage is part of the Content Manager orchestration initialization and is in charge of preparing the execution environment before any orchestration is started. This stage implementation can be seen in the ExecutionContext class.
The tasks that this stage performs are:
It is important to note that this stage is only called once for each Content Manager execution.
The context fields related to this stage are:
configData
outputFolder: Used to set the output folder.databasePath: Used to set the database files location.offset: Used to override (if greater than) the offset from the database.topicName: Used to compose the name of the database.spRocksDB: Used to initialize the database connector.outputFolder: Used to create the output files location.downloadedFileHash: Used to store the file hash from the database.