public interface ProcessFormScreens
Modifier and Type | Method and Description |
---|---|
io.jmix.ui.screen.Screen |
createStartProcessForm(org.flowable.engine.repository.ProcessDefinition processDefinition,
io.jmix.ui.screen.FrameOwner frameOwner) |
io.jmix.ui.screen.Screen |
createTaskProcessForm(org.flowable.task.api.Task task,
io.jmix.ui.screen.FrameOwner frameOwner) |
java.util.List<FormData> |
getProcessFormDefinitions() |
io.jmix.ui.screen.Screen createStartProcessForm(org.flowable.engine.repository.ProcessDefinition processDefinition, io.jmix.ui.screen.FrameOwner frameOwner)
io.jmix.ui.screen.Screen createTaskProcessForm(org.flowable.task.api.Task task, io.jmix.ui.screen.FrameOwner frameOwner)
java.util.List<FormData> getProcessFormDefinitions()