| Package | Description |
|---|---|
| org.flowable.common.engine.impl.scripting |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultScriptTrace |
| Modifier and Type | Method and Description |
|---|---|
ScriptTraceEnhancer.ScriptTraceContext |
DefaultScriptTrace.addTraceTag(String tag,
String value) |
ScriptTraceEnhancer.ScriptTraceContext |
ScriptTraceEnhancer.ScriptTraceContext.addTraceTag(String key,
String value)
Adds a tracing tag to this script trace.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptTraceEnhancer.enhanceScriptTrace(ScriptTraceEnhancer.ScriptTraceContext scriptTrace)
Allows to add information to script invocations by
adding metadata like which can be used to trace the origin of a script invocation.
|
Copyright © 2022 Flowable. All rights reserved.