Class RequestInfoVariableHandler

  • All Implemented Interfaces:
    Serializable, org.activiti.engine.delegate.TaskListener

    public class RequestInfoVariableHandler
    extends Object
    implements org.activiti.engine.delegate.TaskListener
    A variable handler for saving the task variables to the execution context. Some of the information will be needed in other tasks (e.g. "rmwf_message"). This variable handler saves the local task variable to the execution context.
    Since:
    2.1
    Author:
    Tuna Aksoy
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestInfoVariableHandler

        public RequestInfoVariableHandler()
    • Method Detail

      • notify

        public void notify​(org.activiti.engine.delegate.DelegateTask delegateTask)
        Specified by:
        notify in interface org.activiti.engine.delegate.TaskListener
        See Also:
        TaskListener.notify(org.activiti.engine.delegate.DelegateTask)