public interface JobflowInfo extends GraphElement<JobflowInfo>
Element.Attribute| Modifier and Type | Method and Description |
|---|---|
String |
getId()
The flow ID of this jobflow.
|
Collection<? extends TaskInfo> |
getTasks(TaskInfo.Phase phase)
Returns tasks of this jobflow.
|
getBlockersfindAttribute, getAttributesString getId()
Collection<? extends TaskInfo> getTasks(TaskInfo.Phase phase)
phase - the target phaseCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.