Interface ActivitiVariableEvent

    • Method Detail

      • getVariableName

        java.lang.String getVariableName()
        Returns:
        the name of the variable involved.
      • getVariableValue

        java.lang.Object getVariableValue()
        Returns:
        the current value of the variable.
      • getExecutionId

        java.lang.String getExecutionId()
        Specified by:
        getExecutionId in interface ActivitiEvent
        Returns:
        the id of the execution the variable is set on.
      • getTaskId

        java.lang.String getTaskId()
        Returns:
        the id of the task the variable has been set on.