Table representing the timers running for each workflow state
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Unique identifier |
| stateid* | INT | Workflow Status Identifier |
| timeid* | INT | Stopwatch Identifier |
Primary Key
| PK_AFW_STATEMACHINE_STATES_BY_ITEM_TIMES |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| stateid* | dbo.AFW_STATEMACHINE_STATES | st_id | FK01_AFW_STATEMACHINE_STATES_BY_ITEM_TIMES |
| timeid* | Bod. AFW_ITEM_TIMES | id | FK02_AFW_STATEMACHINE_STATES_BY_ITEM_TIMES |