Class RequestInfoNotifier

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

    public class RequestInfoNotifier
    extends Object
    implements org.activiti.engine.delegate.TaskListener
    Request info workflow notifier. After the pooled task has been finished the initiator of the workflow will get a task to verify the information. The initiator will also receive an email.
    Since:
    2.1
    Author:
    Tuna Aksoy
    See Also:
    Serialized Form
    • Constructor Detail

      • RequestInfoNotifier

        public RequestInfoNotifier()
    • 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)