public interface TaskManager
Manages operations on com.edorasware.gear.core.task.Task
s
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 eventEntityNotFoundException
- task was not foundRuntimeException
- in the case when Complete action is not allowedCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.