Interface FlowableVariableEvent

  • All Superinterfaces:
    org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent

    public interface FlowableVariableEvent
    extends org.flowable.common.engine.api.delegate.event.FlowableEngineEvent
    An FlowableEvent related to a single variable.
    Author:
    Frederik Heremans, Joram Barrez
    • Method Detail

      • getVariableName

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

        Object getVariableValue()
        Returns:
        the current value of the variable.
      • getTaskId

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