Class QuestionEventImpl

  • All Implemented Interfaces:
    GenericEvent, QuestionEvent

    public class QuestionEventImpl
    extends AbstractTaskEvent
    implements QuestionEvent
    A QuestionEvent object is the description of a question to a precedent actor. Those descriptions are sent to the workflow engine by the workflow tools when the user asked a question in process instance
    • Constructor Detail

      • QuestionEventImpl

        public QuestionEventImpl​(Task resolvedTask,
                                 String stepId,
                                 DataRecord data)
        A QuestionEventImpl is built from a resolved task, a choosen target state and a filled form.