Class DynamicTaskProcessForm

All Implemented Interfaces:
FrameOwner

@UiController("bpm_DynamicTaskProcessForm") @UiDescriptor("dynamic-task-process-form.xml") public class DynamicTaskProcessForm extends DynamicProcessForm
  • Field Details

    • processFormDataExtractor

      @Autowired protected ProcessFormDataExtractor processFormDataExtractor
    • processFormScreens

      @Autowired protected ProcessFormScreens processFormScreens
    • outcomesPanel

      @Autowired protected OutcomesPanel outcomesPanel
    • messageBundle

      @Autowired protected MessageBundle messageBundle
    • form

      @Autowired protected Form form
    • screenValidation

      @Autowired protected ScreenValidation screenValidation
    • taskService

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

      @Autowired protected Button claimAndCloseBtn
    • claimAndResumeBtn

      @Autowired protected Button claimAndResumeBtn
    • entitiesConverter

      @Autowired protected FlowableEntitiesConverter entitiesConverter
    • currentUserSubstitution

      @Autowired protected CurrentUserSubstitution currentUserSubstitution
    • formData

      protected FormData formData
    • task

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

    • DynamicTaskProcessForm

      public DynamicTaskProcessForm()
  • Method Details

    • setTask

      public void setTask(org.flowable.task.api.Task task)
    • initOutcomesPanel

      protected void initOutcomesPanel(org.flowable.task.api.Task task, @Nullable FormData formData)
    • onClaimAndResumeBtnClick

      @Subscribe("claimAndResumeBtn") protected void onClaimAndResumeBtnClick(Button.ClickEvent event)
    • onClaimAndCloseBtnClick

      @Subscribe("claimAndCloseBtn") protected void onClaimAndCloseBtnClick(Button.ClickEvent event)