Uses of Interface
org.camunda.bpm.engine.impl.pvm.process.ScopeImpl.BacklogErrorCallback
-
Uses of ScopeImpl.BacklogErrorCallback in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeFieldDescriptionprotected final Map<String,
ScopeImpl.BacklogErrorCallback> ScopeImpl.BACKLOG
The key identifies the activity which is referenced but not read yet.Modifier and TypeMethodDescriptionScopeImpl.getBacklogErrorCallbacks()
Returns the backlog error callback's.Modifier and TypeMethodDescriptionvoid
ScopeImpl.addToBacklog
(String activityRef, ScopeImpl.BacklogErrorCallback callback) Add's the given activity reference and the error callback to the backlog.