public interface ScriptTraceListener
CompositeScriptTraceListener| Modifier and Type | Method and Description |
|---|---|
void |
onScriptTrace(ScriptTrace scriptTrace)
Called after script invocation.
|
void onScriptTrace(ScriptTrace scriptTrace)
ScriptTrace.isSuccess() or related methods to check
if the script invocation was successful or resulted in an error.scriptTrace - the script trace objectCopyright © 2022 Flowable. All rights reserved.