Table representing workflow transitions that is created by default
Data model
Fields
| Field | Type | Description |
|---|---|---|
| trca_default_tran* | BIT | Represents whether the transition is created by default |
| trca_display_name | NVARCHAR (400) | Transition Name |
| trca_id* | INT | Unique identifier |
| trca_state_catalogs_source_id* | INT | Transition Source State Identifier |
| trca_state_catalogs_target_id* | INT | Transition target state ID |
Primary Key
| PK_AFW_STATEMACHINE_TRANSITION_CATALOGS |
|---|
| trca_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| trca_state_catalogs_source_id* | dbo.AFW_STATEMACHINE_STATE_CATALOGS | stca_id | FK01_AFW_STATEMACHINE_TRANSITION_CATALOGS |
| trca_state_catalogs_target_id* | dbo.AFW_STATEMACHINE_STATE_CATALOGS | stca_id | FK02_AFW_STATEMACHINE_TRANSITION_CATALOGS |