Table representing the reasons for workflow transition
Data model
Fields
Field | Type | Description |
---|---|---|
ratr_description* | NVARCHAR (400) | Name of the reasons for the workflow transition |
ratr_id* | INT | Unique identifier for the reasons for the workflow transition |
tr_id* | INT | Workflow transition ID |
Primary Key
PK_AFW_STATEMACHINE_REASON_TRANSITION |
---|
ratr_id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
tr_id* | dbo.AFW_STATEMACHINE_TRANSITIONS | tr_id | FK01_AFW_STATEMACHINE_REASON_TRANSITION |