public interface TaskManager
Manages operations on com.edorasware.gear.core.task.Tasks
| Modifier and Type | Method and Description |
|---|---|
void |
complete(String taskWorkObjectId,
Map<String,String> values)
Completes task with given taskWorkObjectId
|
void complete(String taskWorkObjectId, Map<String,String> values)
Completes task with given taskWorkObjectId
taskWorkObjectId - task Idvalues - variables to set after task complete eventcom.edorasware.api.exception.EntityNotFoundException - task was not foundRuntimeException - in the case when Complete action is not allowedCopyright © 2010 - 2018 edorasware ag. All Rights Reserved.