public class CompositeExecution extends WorkflowExecution
CompositeConfig
.Constructor and Description |
---|
CompositeExecution(CompositeConfig compositeConfig)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getName() |
protected 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, stop
public CompositeExecution(CompositeConfig compositeConfig)
compositeConfig
- the CompositeConfig
public String getName()
getName
in class WorkflowExecution
protected Set<JobConfig> nextJobs()
WorkflowExecution
nextJobs
in class WorkflowExecution
JobConfig
to execute next, empty when there is no more workCopyright © 2023. All Rights Reserved.