| Package | Description |
|---|---|
| ee.telekom.workflow.web.rest |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<List<HumanTaskModel>> |
RestController.findActiveHumanTasks(String role,
String user)
Searches active human tasks by role and/or user.
|
org.springframework.http.ResponseEntity<HumanTaskModel> |
RestController.updateHumanTask(long woinRefNum,
int tokenId,
String body)
(Un)assigns a human task to a user or submits its result.
|
Copyright © 2016. All rights reserved.