public interface WorkflowJob
Modifier and Type | Interface and Description |
---|---|
static class |
WorkflowJob.Status
Defines the possible stati of a workflow.
|
Modifier and Type | Method and Description |
---|---|
String |
getAcl()
Return the workflow job group.
|
List<WorkflowAction> |
getActions()
Return the workflow nodes that already executed and are executing.
|
String |
getAppName()
Return the name of the workflow application (from the workflow definition).
|
String |
getAppPath()
Return the path to the workflow application for the workflow job.
|
String |
getConf()
Return the job configuration.
|
String |
getConsoleUrl()
Return the workflow job console URL.
|
Date |
getCreatedTime()
Return the workflow job creation time.
|
Date |
getEndTime()
Return the workflow job end time.
|
String |
getExternalId()
Returns the external id for the workflow
|
String |
getGroup()
Deprecated.
|
String |
getId()
Return the workflow job ID.
|
Date |
getLastModifiedTime()
Return the workflow job last modified time.
|
String |
getParentId()
Return the coordinator action ID or the parent workflow ID
|
int |
getRun()
Return the workflow job run number.
|
Date |
getStartTime()
Return the workflow job start time.
|
WorkflowJob.Status |
getStatus()
Return the workflow job status.
|
String |
getUser()
Return the workflow job user owner.
|
String getAppPath()
String getAppName()
WorkflowJob.Status getStatus()
Date getLastModifiedTime()
Date getCreatedTime()
Date getStartTime()
Date getEndTime()
@Deprecated String getGroup()
Use the getAcl()
method instead.
int getRun()
Except for reruns, this property is always 1.
String getConsoleUrl()
String getParentId()
List<WorkflowAction> getActions()
String getExternalId()
Copyright © 2018 Apache Software Foundation. All rights reserved.