Class TaskFormDataImpl

    • Field Detail

      • task

        protected org.flowable.task.api.Task task
    • Constructor Detail

      • TaskFormDataImpl

        public TaskFormDataImpl()
    • Method Detail

      • getTask

        public org.flowable.task.api.Task getTask()
        Description copied from interface: TaskFormData
        The task for which this form is used to complete it.
        Specified by:
        getTask in interface TaskFormData
      • setTask

        public void setTask​(org.flowable.task.api.Task task)