public static interface ScriptTraceEnhancer.ScriptTraceContext
ScriptTraces with additional meta information.| Modifier and Type | Method and Description |
|---|---|
ScriptTraceEnhancer.ScriptTraceContext |
addTraceTag(String key,
String value)
Adds a tracing tag to this script trace.
|
Throwable |
getException() |
ScriptEngineRequest |
getRequest() |
default VariableContainer |
getVariableContainer() |
ScriptTraceEnhancer.ScriptTraceContext addTraceTag(String key, String value)
default VariableContainer getVariableContainer()
ScriptEngineRequest getRequest()
Throwable getException()
null if the
request was successful.Copyright © 2022 Flowable. All rights reserved.