id: The unique identification number used throughout the entire database
instanceName: The name of the process instance
instanceDescription: Contains a description of the instance
clientId: A number affiliated with client of the process instance
creationTime: The point in time at which the process instance was started
creationUserId: A number corresponding to the user who started this process instance
creationGroupId :contains the primary key of the group that started the process
rootTokenId: contains the primary key of the current token, that points to the current activity.
parentProcessToken: contains the primary key tha points to the corresponding main process.
instanceKey: contains the created value of the
YearIDGenerator, if it was used.
definitionId: contains a number that points to a processdefinition, which underlies this instance.
definitionName: the underlying processdefinition's name
instanceStart: This is the exact point in time when the process instance was started
instanceEnd: This is the exact point in time when the process instance was terminated
archivationUserId : contains the primary key that points to the user, which archived this instance.
archivationTime: point in time, where the processinstance was archived
nextEscalationTime: contains the calculated time of the process' next escalation.
index1-10 und value1-10: Aall indexnames and values which were labeled as indexvalues in the process.
isArchiv: statement whether the processinstance is already archived or not