public class CompositeExecution extends WorkflowExecution
CompositeConfig.| Constructor and Description |
|---|
CompositeExecution(CompositeConfig compositeConfig)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
protected java.util.Set<JobConfig> |
nextJobs()
Given the previous set of jobs were completed successfully,
returns a list of jobs to execute next.
|
getErrorMessage, getErrorType, getLastUpdated, getStatus, next, stoppublic CompositeExecution(CompositeConfig compositeConfig)
compositeConfig - the CompositeConfigpublic java.lang.String getName()
getName in class WorkflowExecutionprotected java.util.Set<JobConfig> nextJobs()
WorkflowExecutionnextJobs in class WorkflowExecutionJobConfig to execute next, empty when there is no more workCopyright © 2022. All Rights Reserved.