Package io.jmix.bpmflowui.processform
Interface TaskClaiming
- All Known Implementing Classes:
TaskClaimingImpl
public interface TaskClaiming
-
Method Summary
Modifier and TypeMethodDescriptionvoid
claim()
Allows to claim task from custom task screen with usingProcessFormContextImpl
void
withTask
(org.flowable.task.api.Task task)
-
Method Details
-
withTask
void withTask(org.flowable.task.api.Task task) -
claim
void claim()Allows to claim task from custom task screen with usingProcessFormContextImpl
-