@Transactional public class CoreTaskService extends Object
Modifier and Type | Field and Description |
---|---|
protected CmmnHistoryService |
cmmnHistoryService |
protected CmmnRuntimeService |
cmmnRuntimeService |
protected CmmnTaskService |
cmmnTaskService |
protected FlowableFormDecoratorInvoker |
formDecoratorInvoker |
protected FormService |
formService |
protected HistoryService |
historyService |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
protected RuntimeService |
runtimeService |
protected TaskService |
taskService |
Constructor and Description |
---|
CoreTaskService() |
Modifier and Type | Method and Description |
---|---|
void |
completeTaskForm(String taskId,
CompleteFormRepresentation formRepresentation) |
FormInfo |
getTaskForm(String taskId) |
Map<String,Object> |
getTaskVariables(String taskId) |
void |
saveTaskForm(String taskId,
SaveFormRepresentation saveFormRepresentation) |
@Autowired protected TaskService taskService
@Autowired protected CmmnTaskService cmmnTaskService
@Autowired protected RuntimeService runtimeService
@Autowired protected CmmnRuntimeService cmmnRuntimeService
@Autowired protected HistoryService historyService
@Autowired protected CmmnHistoryService cmmnHistoryService
@Autowired protected FormService formService
@Autowired(required=false) protected FlowableFormDecoratorInvoker formDecoratorInvoker
@Autowired protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public void completeTaskForm(String taskId, CompleteFormRepresentation formRepresentation)
public void saveTaskForm(String taskId, SaveFormRepresentation saveFormRepresentation)