ProcessMaker Database Model
From ProcessMaker
Contents |
ProcessMaker can manage numerous workspaces at a time. Each workspace has 3 MySQL databases:
wf_<workspace-name>
This database contains the information required by the Process Engine, including process information, case information, etc.
See the Entity-Relationship diagram of this database.
rb_<workspace-name>
This database contains the user management information, which is based on RBAC.
See the Entity-Relationship diagram of this database.
rp<workspace-name>
This database contains tables that are defined in the Report Tables option.
In Windows instalations, these databases are generally stored in C:\Program Files\ProcessMaker\apps\processmaker\shared\workflow_data\sites\<workspace-name>\. In Linux/UNIX, they can generally be found in /opt/processmaker/shared/sites/<workspace-name>/. The default workspace created in ProcessMaker is called workflow, so its databases are wf_workflow, rb_workflow and rpworkflow.
See Consulting the ProcessMaker databases for more information about how to access these databases.
