Class TaskDoneEventImpl

  • All Implemented Interfaces:
    GenericEvent, TaskDoneEvent

    public class TaskDoneEventImpl
    extends AbstractTaskEvent
    implements TaskDoneEvent
    A TaskDoneEvent object is the description of a done activity. Those descriptions are sent to the workflow engine by the workflow tools when the user has done a task in a process instance.
    • Constructor Detail

      • TaskDoneEventImpl

        public TaskDoneEventImpl​(Task resolvedTask,
                                 String actionName,
                                 DataRecord data)
        A TaskDoneEventImpl is built from a resolved task, a choosen action and a filled form.
    • Method Detail

      • setResumingAction

        public void setResumingAction​(boolean isResumingInstance)
        Description copied from interface: TaskDoneEvent
        Set a flag to indicate if action comes from a resumed action.
        Specified by:
        setResumingAction in interface TaskDoneEvent
      • isResumingAction

        public boolean isResumingAction()
        Description copied from interface: TaskDoneEvent
        Get the flag to indicate if action comes from a resumed action.
        Specified by:
        isResumingAction in interface TaskDoneEvent