org.camunda.bpm.engine.impl
Interface HistoricProcessInstanceQueryProperty
public interface HistoricProcessInstanceQueryProperty
Contains the possible properties which can be used in a HistoricProcessInstanceQueryProperty.
- Author:
- Joram Barrez
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
PROCESS_DEFINITION_NAME
static final QueryProperty PROCESS_DEFINITION_NAME
PROCESS_DEFINITION_VERSION
static final QueryProperty PROCESS_DEFINITION_VERSION
BUSINESS_KEY
static final QueryProperty BUSINESS_KEY
START_TIME
static final QueryProperty START_TIME
END_TIME
static final QueryProperty END_TIME
DURATION
static final QueryProperty DURATION
TENANT_ID
static final QueryProperty TENANT_ID
Copyright © 2017 camunda services GmbH. All rights reserved.