Sign-Off Process Instance
This object tracks the instance of the sign-off process.
Table name: PROCESSINSTANCE
Column | Key | Type | Description |
---|---|---|---|
ID | long | The database ID for the object version. | |
LIVEFROM | timestamp | The beginning of the live range for the object version. | |
LIVETO | timestamp | The end of live range for object version (null if range has no end). | |
ASOFDATE | Y | date | The as-of date for the sign-off process instance. |
NAME | Y | string | The name of the sign-off process. |
STATUS | string | The status of the process instance, as exposed to the application: “Initiated” or “Approved”. |
The corresponding process definition is identified by having the same name, and having a valid-range, which includes the as-of date.