Uses of Class
org.camunda.bpm.engine.impl.scripting.DynamicExecutableScript
-
Packages that use DynamicExecutableScript Package Description org.camunda.bpm.engine.impl.scripting -
-
Uses of DynamicExecutableScript in org.camunda.bpm.engine.impl.scripting
Subclasses of DynamicExecutableScript in org.camunda.bpm.engine.impl.scripting Modifier and Type Class Description class
DynamicResourceExecutableScript
A script which resource path is dynamically determined during the execution.class
DynamicSourceExecutableScript
A script which source code is dynamically determined during the execution.
-