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)
    • getCamundaResultVariable

      String getCamundaResultVariable()
      camunda extensions
    • setCamundaResultVariable

      void setCamundaResultVariable(String camundaResultVariable)
    • getCamundaResource

      String getCamundaResource()
    • setCamundaResource

      void setCamundaResource(String camundaResource)