Package org.camunda.bpm.engine.impl
Interface HistoricExternalTaskLogQueryProperty
-
public interface HistoricExternalTaskLogQueryProperty
-
-
Field Summary
Fields Modifier and Type Field Description static QueryProperty
ACTIVITY_ID
static QueryProperty
ACTIVITY_INSTANCE_ID
static QueryProperty
EXECUTION_ID
static QueryProperty
EXTERNAL_TASK_ID
static QueryProperty
PRIORITY
static QueryProperty
PROCESS_DEFINITION_ID
static QueryProperty
PROCESS_DEFINITION_KEY
static QueryProperty
PROCESS_INSTANCE_ID
static QueryProperty
RETRIES
static QueryProperty
TENANT_ID
static QueryProperty
TIMESTAMP
static QueryProperty
TOPIC_NAME
static QueryProperty
WORKER_ID
-
-
-
Field Detail
-
EXTERNAL_TASK_ID
static final QueryProperty EXTERNAL_TASK_ID
-
TIMESTAMP
static final QueryProperty TIMESTAMP
-
TOPIC_NAME
static final QueryProperty TOPIC_NAME
-
WORKER_ID
static final QueryProperty WORKER_ID
-
ACTIVITY_ID
static final QueryProperty ACTIVITY_ID
-
ACTIVITY_INSTANCE_ID
static final QueryProperty ACTIVITY_INSTANCE_ID
-
EXECUTION_ID
static final QueryProperty EXECUTION_ID
-
PROCESS_INSTANCE_ID
static final QueryProperty PROCESS_INSTANCE_ID
-
PROCESS_DEFINITION_ID
static final QueryProperty PROCESS_DEFINITION_ID
-
PROCESS_DEFINITION_KEY
static final QueryProperty PROCESS_DEFINITION_KEY
-
RETRIES
static final QueryProperty RETRIES
-
PRIORITY
static final QueryProperty PRIORITY
-
TENANT_ID
static final QueryProperty TENANT_ID
-
-