Package org.flowable.common.engine.impl.scripting
package org.flowable.common.engine.impl.scripting
-
ClassDescriptionBase class simplifying binding and evaluation of scriptable elements.Composite implementation of
ScriptTraceListener
.Thrown by ScriptingEngines in case script evaluation failed.Simplest implementation of aResolver
backed by a Map.Request to execute a script in the scripting environment.Builder forScriptEngineRequest
.Manages and provides access to JSR-223ScriptEngines
.Captures meta information about a script invocation, like the start time, the duration of the script execution, tags, whether it ended with an exception, etc.Functional interface to enhanceScriptTraceEnhancer.ScriptTraceContext
information with metadataAllows enhancing ofScriptTraces
with additional meta information.Listener interface notified after script invocations.