| Modifier and Type | Method and Description |
|---|---|
static WorkflowService.TaskStatus |
WorkflowService.TaskStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowService.TaskStatus[] |
WorkflowService.TaskStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkflowService.updateTaskStatus(String assignedUser,
String password,
String workflowId,
WorkflowService.TaskStatus status)
Update the status of a task
|
Copyright © 2016 Alfresco Software. All rights reserved.