Footprints Data Model |
Table |
Table Name | Business Process |
Table Definition | A business process is a set of containers, items, business rules, etc created from a business process template. |
Attribute |
Attribute Name | Attribute Definition | Logical Datatype | Is Required |
Business Process Id | The automatically generated primary key of the bus_proc table. | LONG | Yes |
Business Process Name | The name of the Business Process. | VARCHAR(255) | Yes |
Business Process Description | A descriptive name of the Business Process. This descriptive name may be localized. | VARCHAR(512) | No |
Business Process Template Id | A Foreign Key to the Template Package table. | LONG | No |