public class HistoryWorkflowTask extends HistoryWorkflowAction
displayName| Constructor and Description |
|---|
HistoryWorkflowTask(String actionId,
String processId,
String name,
String provider,
String user,
Date startTime,
Date endTime,
String outcome)
Initializes an instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayOutcome() |
String |
getOutcome() |
void |
setDisplayOutcome(String displayOutcome) |
void |
setOutcome(String outcome) |
getActionId, setActionIdgetDuration, getEndTime, getProcessId, getStartTime, getUser, isCompleted, setEndTimegetDisplayName, getName, getProvider, setDisplayName, toStringpublic HistoryWorkflowTask(String actionId, String processId, String name, String provider, String user, Date startTime, Date endTime, String outcome)
processId - the ID of the corresponding workflow process instancename - the name of the itemprovider - the provider keyuser - startTime - the start point of the process instanceendTime - the end point of the process instance or null
if it is not completed yetoutcome - the task outcomeCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.