JobRouter saves all instance data in its own database. In addition to this data, there is also data stored in the file system. It can be found in the following folders:
•File attachments: Files attached to instances will be saved in the uploads directory.
•JobArchive documents: Files stored in archives are saved on the file system. The storage location is chosen in the settings of the individual storage adapters.
•Process files: Additional external files, for example pictures or scripts can be included in processes. Files saved directly into this directory are used by all processes. But every process also has its own subfolder where only files of this process itself can be stored. In addition, directories for the individual process versions can be found below this folder. You can save version dependent files here.
•Cache files: JobRouter automatically creates cache files for translations, PHP functions and other objects. They are saved in the cache directory.
•Styles: JobRouter supports multiple color schemes. A CSS file is created for every color scheme. They can be found in the uploads/themes directory.
•JobRouter functions: custom PHP files can be saved in the functions directory.