All Known Implementing Classes:
ExecutableScriptTask

public interface ExecutableScript
A representation of an element that execute feel script expression. For example, a script task.
  • Method Details

    • getExpression

      io.camunda.zeebe.el.Expression getExpression()
    • setExpression

      void setExpression(io.camunda.zeebe.el.Expression expression)
    • getResultVariable

      String getResultVariable()
    • setResultVariable

      void setResultVariable(String resultVariable)