Footprints Data Model

Table
Name bus_proc
Comment A business process is a set of containers, items, business rules, etc created from a business process template.

Column
Name Datatype Comment Is PK Is FK
bus_proc_id bigint The automatically generated primary key of the bus_proc table. Yes No
bus_proc_name varchar(255) The name of the Business Process. No No
bus_proc_descr varchar(512) A descriptive name of the Business Process. This descriptive name may be localized. No No
bus_proc_tmpl_id bigint A Foreign Key to the Template Package table. No Yes