This table stores information whenever an activity is forwarded from one resource (1) to another resource(2). After forwarding, the activity will be deleted from the activity list of resource (1).
|
Field Name |
Data type |
Field Length |
FK Relationship |
Allow Null? |
Short description (Default value if applicable) |
|
|
Field |
Table |
|||||
|
ID |
INTEGER |
4 |
|
|
N |
Unique identifier |
|
ACTIVITYID |
INTEGER |
4 |
|
|
Y |
Id which maps SWActivityList, which in turn maps the SWLong table for the workflow design information |
|
FROMID |
INTEGER |
4 |
|
|
Y |
Resource who forwards the activity |
|
TOID |
INTEGER |
4 |
|
|
Y |
Resource who receives the activity |
|
LASTUPDATEDDATETIME |
DATETIME |
8 |
|
|
Y |
Last updated date and time |