BusinessProcessCatalog Table
A business process is defined by an Infinity SDK software developer through the creation of a BusinessProcessSpec. When loaded, this spec winds up in the BusinessProcessCatalog table. The BusinessProcessCatalog table catalogs business processes as defined by a BusinessProcessSpec.
The ParameterTableName field denotes the name of the table that stores the parameter sets for the business process. The AllowSimultaneousExecution field designates whether multiple instances of the same process type can run simultaneously. A one-to-many relationship exists between the BusinessProcessCatalog table and the BusinessProcessInstance, BusinessProcessStatus, QueueProcessResult, and BusinessProcessView tables.
Figure: BusinessProcessCatalog table