public static final class ExecutionHistory.ColumnName
extends java.lang.Object
ExecutionHistory.SCHEMA of
the execution history.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AGENT_ID
agent ID
|
static java.lang.String |
AGENT_ORGPOSITION_ID
agent's org position ID
|
static java.lang.String |
ARBITRARY_STRING
An arbitrary string, the semantic depends on the state change.
|
static java.lang.String |
CLIENT_DELAY
the delay in case the client could not contact the server immediately
|
static java.lang.String |
ERROR
the (complex) column containing error information
|
static java.lang.String |
ERROR_CODE
an application-specific error core
|
static java.lang.String |
ERROR_MESSAGE
an error message
|
static java.lang.String |
ERROR_STATE
an application-specific error state string
|
static java.lang.String |
EXECUTION_MANAGER_URIS
to log the execution manager URIs is just a preliminary (but currently
required) solution
|
static java.lang.String |
INSTANCE_LOG_ID
instance ID
|
static java.lang.String |
INSTANCE_NAME
the name of the process instance; only set for
ExecutionHistory.StateChange.NODE_STARTED and ExecutionHistory.StateChange.NODE_FINISHED |
static java.lang.String |
ITERATION
iteration; not set for
INSTANCE state changes |
static java.lang.String |
l10n
the (complex) column containing localisation information
|
static java.lang.String |
LOCALE
the locale
|
static java.lang.String |
NODE_ID
node ID; not set for
INSTANCE state changes |
static java.lang.String |
NODE_NAME
the (resolved) name of the node; only set for
ExecutionHistory.StateChange.NODE_STARTED and ExecutionHistory.StateChange.NODE_FINISHED |
static java.lang.String |
STATE_CHANGE
node state change
|
static java.lang.String |
SUPPORTS_VIEW_ONLY
whether the executed activity supports a view only mode; this is e.g.
|
static java.lang.String |
TEMPLATE_NAME
the name of the process template; only set for
ExecutionHistory.StateChange.NODE_STARTED and ExecutionHistory.StateChange.NODE_FINISHED |
static java.lang.String |
TIMESTAMP
timestamp of the state change
|
public static final java.lang.String TIMESTAMP
public static final java.lang.String INSTANCE_LOG_ID
public static final java.lang.String NODE_ID
INSTANCE state changespublic static final java.lang.String ITERATION
INSTANCE state changespublic static final java.lang.String STATE_CHANGE
public static final java.lang.String AGENT_ID
public static final java.lang.String AGENT_ORGPOSITION_ID
public static final java.lang.String CLIENT_DELAY
public static final java.lang.String ARBITRARY_STRING
public static final java.lang.String NODE_NAME
ExecutionHistory.StateChange.NODE_STARTED and ExecutionHistory.StateChange.NODE_FINISHEDpublic static final java.lang.String INSTANCE_NAME
ExecutionHistory.StateChange.NODE_STARTED and ExecutionHistory.StateChange.NODE_FINISHEDpublic static final java.lang.String TEMPLATE_NAME
ExecutionHistory.StateChange.NODE_STARTED and ExecutionHistory.StateChange.NODE_FINISHEDpublic static final java.lang.String SUPPORTS_VIEW_ONLY
public static final java.lang.String EXECUTION_MANAGER_URIS
public static final java.lang.String ERROR
public static final java.lang.String ERROR_CODE
public static final java.lang.String ERROR_STATE
public static final java.lang.String ERROR_MESSAGE
public static final java.lang.String l10n
public static final java.lang.String LOCALE