public interface HasScriptInfo
| Modifier and Type | Method and Description |
|---|---|
ScriptInfo |
getScriptInfo()
Return the script info, if present.
|
void |
setScriptInfo(ScriptInfo scriptInfo)
Sets the script info
|
ScriptInfo getScriptInfo()
ScriptInfo must be populated, when <element type="script" ...> is set
on the element. Meta information and the script payload are provided in the ScriptInfo object.
void setScriptInfo(ScriptInfo scriptInfo)
getScriptInfo()Copyright © 2022 Flowable. All rights reserved.