Interface ProcessFormScreens

All Known Implementing Classes:
ProcessFormScreensImpl

public interface ProcessFormScreens
  • Method Details

    • createStartProcessForm

      Screen createStartProcessForm(org.flowable.engine.repository.ProcessDefinition processDefinition, FrameOwner frameOwner)
    • createTaskProcessForm

      Screen createTaskProcessForm(org.flowable.task.api.Task task, FrameOwner frameOwner)
    • getProcessFormDefinitions

      List<FormData> getProcessFormDefinitions()