Package com.flowable.core.service.task
Class CoreTaskService
java.lang.Object
com.flowable.core.service.task.CoreTaskService
@Transactional
public class CoreTaskService
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected org.flowable.cmmn.api.CmmnHistoryService
cmmnHistoryService
protected org.flowable.cmmn.api.CmmnRuntimeService
cmmnRuntimeService
protected org.flowable.cmmn.api.CmmnTaskService
cmmnTaskService
protected FlowableFormDecorator
flowableFormDecorator
protected org.flowable.form.api.FormService
formService
protected org.flowable.engine.HistoryService
historyService
protected com.fasterxml.jackson.databind.ObjectMapper
objectMapper
protected org.flowable.engine.RuntimeService
runtimeService
protected org.flowable.engine.TaskService
taskService
-
Constructor Summary
Constructors Constructor Description CoreTaskService()
-
Method Summary
Modifier and Type Method Description org.flowable.form.api.FormInfo
getTaskForm(java.lang.String taskId)
java.util.Map<java.lang.String,java.lang.Object>
getTaskVariables(java.lang.String taskId)
-
Field Details
-
taskService
@Autowired protected org.flowable.engine.TaskService taskService -
cmmnTaskService
@Autowired protected org.flowable.cmmn.api.CmmnTaskService cmmnTaskService -
runtimeService
@Autowired protected org.flowable.engine.RuntimeService runtimeService -
cmmnRuntimeService
@Autowired protected org.flowable.cmmn.api.CmmnRuntimeService cmmnRuntimeService -
historyService
@Autowired protected org.flowable.engine.HistoryService historyService -
cmmnHistoryService
@Autowired protected org.flowable.cmmn.api.CmmnHistoryService cmmnHistoryService -
formService
@Autowired protected org.flowable.form.api.FormService formService -
flowableFormDecorator
-
objectMapper
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
CoreTaskService
public CoreTaskService()
-
-
Method Details
-
getTaskVariables
public java.util.Map<java.lang.String,java.lang.Object> getTaskVariables(java.lang.String taskId) -
getTaskForm
public org.flowable.form.api.FormInfo getTaskForm(java.lang.String taskId)
-