Package org.flowable.engine.history
package org.flowable.engine.history
Classes related to the
HistoryService
.-
ClassDescriptionRepresents one execution of an activity and it's stored permanent for statistics, audit and other business intelligence purposes.Programmatic querying for
HistoricActivityInstance
s.Base class for all kinds of information that is related to either aHistoricProcessInstance
or aHistoricActivityInstance
.Programmatic querying forHistoricDetail
s.A single field that was submitted in either a start form or a task form.A single execution of a whole process definition that is stored permanently.Allows programmatic querying ofHistoricProcessInstance
s.Update of a process variable.Allows querying ofHistoricActivityInstanceQuery
s via native (SQL) queriesAllows querying ofHistoricDetail
s via native (SQL) queriesAllows querying ofHistoricTaskInstanceQuery
s via native (SQL) queriesA trail of data for a given process instance.Allows to fetch theProcessInstanceHistoryLog
for a process instance.