Class CommandInvocationContext

java.lang.Object
org.camunda.bpm.engine.impl.interceptor.CommandInvocationContext

public class CommandInvocationContext extends Object
In contrast to CommandContext, this context holds resources that are only valid during execution of a single command (i.e. the current command or an exception that was thrown during its execution).
Author:
Thorben Lindhauer