Class DynamicExecutableScript

java.lang.Object
org.camunda.bpm.engine.impl.scripting.ExecutableScript
org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
Direct Known Subclasses:
DynamicResourceExecutableScript, DynamicSourceExecutableScript

public abstract class DynamicExecutableScript extends ExecutableScript
A script which is dynamically determined during the execution. Therefore it has to be executed in the context of an atomic operation.
Author:
Sebastian Menski