Interface VariableInstance


public interface VariableInstance
  • Method Details

    • getName

      String getName()
    • getType

      String getType()
    • getProcessInstanceId

      String getProcessInstanceId()
    • getTaskId

      String getTaskId()
    • isTaskVariable

      boolean isTaskVariable()
    • getValue

      <T> T getValue()