public interface GraphWorkItem
Node execution does not immediately return a result it may
entitle an external system to perform some actions asynchronously. The action
to be done is described by a work item (e.g. wait for a timer or an incoming
signal, call a method on a bean or ask a human to perform a task).
Another way of describing a GraphWorkItem is: A work item is a handle/reference
to an uncompleted node execution in order to complete it at some future point in time.
| Modifier and Type | Method and Description |
|---|---|
String |
getBean() |
Date |
getDueDate() |
Long |
getExternalGraphInstanceId() |
Long |
getExternalId() |
Map<String,Object> |
getHumanTaskArguments() |
String |
getMethod() |
Object |
getResult() |
String |
getRole() |
String |
getSignal() |
WorkItemStatus |
getStatus() |
Object[] |
getTaskArguments() |
Token |
getToken() |
String |
getUser() |
void |
setResult(Object result) |
void |
setStatus(WorkItemStatus status) |
Long getExternalId()
Long getExternalGraphInstanceId()
Token getToken()
String getSignal()
Date getDueDate()
String getBean()
String getMethod()
String getRole()
String getUser()
Object[] getTaskArguments()
Object getResult()
WorkItemStatus getStatus()
void setStatus(WorkItemStatus status)
void setResult(Object result)
Copyright © 2018. All rights reserved.