Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt

Use this file to discover all available pages before exploring further.

Table name: PROCESSDEFINITION
ColumnKeyTypeDescription
IDlongThe database ID for version.
LIVEFROMtimestampThe beginning of live range for the object version.
LIVETOtimestampThe End of the live range for the object version (null if the range has no end).
VALIDFROMYdateBeginning date (inclusive) for which this definition object applies.
VALIDTOdateEnding date (exclusive) for which this definition object applies (may be null).
NAMEYstringThe name of the sign-off process.
CATEGORYstring
DESCRIPTIONstringA freeform description of the sign-off process.
DOMAINstring
FILTERSlist of stringThe list of filters that specify the data being signed-off, separated by a semi-column. Each filter has the format hierarchy@dimension|operator|member in level 1|member in level 2|*…**|member in level N. Example: BookHierarchy@Organization|EQUALS|Global Markets|Equities|Cash Equities;Desks@Booking|EQUALS|Equities
KPISlist of string
WORKFLOWPROPERTIESlist of stringThe list of configuration properties that can be used in the workflow process. These are available as variables to the process definition. Each property has the format name:value.
WORKFLOWTYPEstringThe alias for the Activiti workflow process definition that is used to manage the sign-off process.
SERVERNAMEstringThe name of the application server to which the process definition is related. Used to generate the URLs for calls to RESTful services in the application server.
  • All lists are delimited by semicolons.
  • The sign-off process definitions are “bi-temporal”: they have two time dimensions. The “live range” determines which version of the object is live. The “valid range” describes which as-of date the definition applies to. When creating sign-off process instances, the as-of date for the process instance must lie inside the valid range of the process definition.