public class SaveTaskCmd extends Object implements Command<Void>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected TaskEntity |
task |
| Constructor and Description |
|---|
SaveTaskCmd(org.flowable.task.api.Task task) |
| Modifier and Type | Method and Description |
|---|---|
Void |
execute(CommandContext commandContext) |
protected void |
handleAssigneeChange(CommandContext commandContext,
ProcessEngineConfigurationImpl processEngineConfiguration) |
protected void |
handleSubTaskCount(TaskService taskService,
org.flowable.task.api.TaskInfo originalTaskEntity) |
protected TaskEntity task
public Void execute(CommandContext commandContext)
protected void handleAssigneeChange(CommandContext commandContext, ProcessEngineConfigurationImpl processEngineConfiguration)
protected void handleSubTaskCount(TaskService taskService, org.flowable.task.api.TaskInfo originalTaskEntity)
Copyright © 2018 Flowable. All rights reserved.