-
Method Summary
void
Deletes a process fromm the state and cache
void
void
void
void
Updates the state of a process.
Methods inherited from interface io.camunda.zeebe.engine.state.immutable.ProcessState
clearCache, findProcessVersionBefore, getFlowElement, getLatestProcessVersion, getLatestProcessVersionByProcessId, getLatestVersionDigest, getNextProcessVersion, getProcessByKey, getProcessByProcessIdAndVersion, getProcesses, getProcessesByBpmnProcessId
-
Method Details
-
-
putLatestVersionDigest
void putLatestVersionDigest(org.agrona.DirectBuffer processId,
org.agrona.DirectBuffer digest)
-
-
updateProcessState
Updates the state of a process. This method updates both the ColumnFamily and the in memory
cache.
- Parameters:
processDefinitionKey - the key of the process definition
state - the new state
-
deleteProcess
Deletes a process fromm the state and cache
- Parameters:
processRecord - the record of the process that is deleted