@Component(value="bpm_TaskClaiming") public class TaskClaimingImpl extends java.lang.Object implements TaskClaiming
Modifier and Type | Field and Description |
---|---|
protected io.jmix.core.security.CurrentAuthentication |
currentAuthentication |
protected org.flowable.task.api.Task |
task |
protected org.flowable.engine.TaskService |
taskService |
Constructor and Description |
---|
TaskClaimingImpl() |
Modifier and Type | Method and Description |
---|---|
void |
claim()
Allows to claim task from custom task screen with using
ProcessFormContextImpl |
void |
withTask(org.flowable.task.api.Task task) |
@Autowired protected io.jmix.core.security.CurrentAuthentication currentAuthentication
@Autowired protected org.flowable.engine.TaskService taskService
protected org.flowable.task.api.Task task
public void withTask(org.flowable.task.api.Task task)
withTask
in interface TaskClaiming
public void claim()
TaskClaiming
ProcessFormContextImpl
claim
in interface TaskClaiming