variableInstances.clear();
}
public void fireHistoricVariableInstanceDelete(VariableInstanceEntity variableInstance, AbstractVariableScope sourceActivityExecution) {
HistoryLevel historyLevel = Context.getProcessEngineConfiguration().getHistoryLevel();
if (historyLevel.isHistoryEventProduced(HistoryEventTypes.VARIABLE_INSTANCE_DELETE, variableInstance)) {
final ProcessEngineConfigurationImpl processEngineConfiguration = Context.getProcessEngineConfiguration();
final HistoryEventHandler eventHandler = processEngineConfiguration.getHistoryEventHandler();
final HistoryEventProducer eventProducer = processEngineConfiguration.getHistoryEventProducer();