Interface ScriptTask

All Superinterfaces:
Activity, BaseElement, BpmnModelElementInstance, FlowElement, FlowNode, InteractionNode, ModelElementInstance, Task
All Known Implementing Classes:
ScriptTaskImpl

public interface ScriptTask extends Task
The BPMN scriptTask element
Author:
Sebastian Menski
  • Method Details

    • builder

      Description copied from interface: BpmnModelElementInstance
      Returns a new fluent builder for the element if implemented.
      Specified by:
      builder in interface BpmnModelElementInstance
      Specified by:
      builder in interface FlowNode
      Returns:
      the builder object
    • getScriptFormat

      String getScriptFormat()
    • setScriptFormat

      void setScriptFormat(String scriptFormat)
    • getScript

      Script getScript()
    • setScript

      void setScript(Script script)
    • getOperatonResultVariable

      String getOperatonResultVariable()
      operaton extensions
    • setOperatonResultVariable

      void setOperatonResultVariable(String operatonResultVariable)
    • getOperatonResource

      String getOperatonResource()
    • setOperatonResource

      void setOperatonResource(String operatonResource)