Class TaskEventNames

    • Field Detail

      • WF_INIT

        public static final String WF_INIT
        Fired when WF Seam Bean are first created. Used to create the WF EventListener that catches Seam events
        See Also:
        Constant Field Values
      • WORKFLOW_NEW_STARTED

        public static final String WORKFLOW_NEW_STARTED
        Fired when a new process is started.
        See Also:
        Constant Field Values
      • WORKFLOW_ABANDONED

        public static final String WORKFLOW_ABANDONED
        Fired when a process has been abandoned.
        See Also:
        Constant Field Values
      • WORKFLOW_CANCELED

        public static final String WORKFLOW_CANCELED
        Fired when a process has been canceled.
        See Also:
        Constant Field Values
      • WORKFLOW_TASK_START

        public static final String WORKFLOW_TASK_START
        Fired when a task has been started.
        See Also:
        Constant Field Values
      • WORKFLOW_TASK_COMPLETED

        public static final String WORKFLOW_TASK_COMPLETED
        Fired when a task has been completed.
        See Also:
        Constant Field Values
      • WORKFLOW_TASK_REMOVED

        public static final String WORKFLOW_TASK_REMOVED
        Fired when a task has been removed.
        See Also:
        Constant Field Values
      • WORKFLOW_TASK_REJECTED

        public static final String WORKFLOW_TASK_REJECTED
        Fired when a task has been rejected.
        See Also:
        Constant Field Values
      • WORKFLOW_USER_ASSIGNMENT_CHANGED

        @Deprecated
        public static final String WORKFLOW_USER_ASSIGNMENT_CHANGED
        Deprecated.
        Fired when an assignment has been updated.
        Since:
        5.7.3 WORKFLOW_TASK_REASSIGNED is used
        See Also:
        Constant Field Values
      • WORK_ITEMS_LIST_ADDED

        public static final String WORK_ITEMS_LIST_ADDED
        Fired when a new work items list is created.
        See Also:
        Constant Field Values
      • WORK_ITEMS_LIST_REMOVED

        public static final String WORK_ITEMS_LIST_REMOVED
        Fired when a work items list is deleted.
        See Also:
        Constant Field Values
      • WORK_ITEMS_LIST_LOADED

        public static final String WORK_ITEMS_LIST_LOADED
        Fired when a work items list is loaded.
        See Also:
        Constant Field Values
      • DISABLE_NOTIFICATION_SERVICE

        public static final String DISABLE_NOTIFICATION_SERVICE
        A task variable key to disable the notification service. (i.e. no email sending through this service)
        See Also:
        Constant Field Values