Saved Information from Web Console Location
Reported for version 10
Where is the information from Web Console saved?
The storage location of the information from Web Console depends on the WorkflowServerComponent
settings in default.serverConfig file.
The <resourcesFolder>
defines a location where supporting and resource files are stored. This location contains:
- file containing ID generation state for running task instances
- log files created by the workflow for individual workflow instances
The <stateStorageProvider>
class defines which back end should be used for storing the workflow execution states. At the moment, there are two storage provider implementations: DB provider and filesystem provider.
Related articles