Class DefaultTaskProcessForm

java.lang.Object
io.jmix.ui.screen.Screen
io.jmix.bpmui.screen.defaulttaskform.DefaultTaskProcessForm
All Implemented Interfaces:
FrameOwner

@UiController("bpm_DefaultTaskProcessForm") @UiDescriptor("default-task-process-form.xml") public class DefaultTaskProcessForm extends Screen
  • Field Details

    • taskService

      @Autowired protected org.flowable.engine.TaskService taskService
    • eventPublisher

      @Autowired protected UiEventPublisher eventPublisher
    • entitiesConverter

      @Autowired protected FlowableEntitiesConverter entitiesConverter
    • currentUserSubstitution

      @Autowired protected CurrentUserSubstitution currentUserSubstitution
    • processFormScreens

      @Autowired protected ProcessFormScreens processFormScreens
    • messageBundle

      @Autowired protected MessageBundle messageBundle
    • cancelBtn

      @Autowired protected Button cancelBtn
    • claimAndCloseBtn

      @Autowired protected Button claimAndCloseBtn
    • claimAndResumeBtn

      @Autowired protected Button claimAndResumeBtn
    • completeBtn

      @Autowired protected Button completeBtn
    • confirmationLbl

      @Autowired protected Label<String> confirmationLbl
    • task

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

    • DefaultTaskProcessForm

      public DefaultTaskProcessForm()
  • Method Details