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 the 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) to which this definition object applies.
VALIDTOdateEnd date (exclusive) to which this definition object applies (may be null).
NAMEYstringThe name of the sign-off process.
CATEGORYstring
DESCRIPTIONstringA freeform description of the workflow process.
DOMAINstring
FILTERSlist of stringThe list of filters that specify the data being approved. Each filter has the format field|operator|value. Currently, the module doesn’t use this field.
KPISlist of string
MEASURESlist 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 limit 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-rage of the process definition.