Class ScriptInvocation
java.lang.Object
org.camunda.bpm.engine.impl.delegate.DelegateInvocation
org.camunda.bpm.engine.impl.delegate.ScriptInvocation
- Author:
- Roman Smirnov
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
contextExecution, contextResource, invocationResult
-
Constructor Summary
ConstructorDescriptionScriptInvocation
(ExecutableScript script, VariableScope scope) ScriptInvocation
(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.impl.delegate.DelegateInvocation
getContextExecution, getContextResource, getInvocationResult, proceed
-
Field Details
-
script
-
scope
-
-
Constructor Details
-
ScriptInvocation
-
ScriptInvocation
public ScriptInvocation(ExecutableScript script, VariableScope scope, BaseDelegateExecution contextExecution)
-
-
Method Details
-
invoke
- Specified by:
invoke
in classDelegateInvocation
- Throws:
Exception
-