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.
|
getBlockers
findAttribute, getAttributes
String getId()
Collection<? extends TaskInfo> getTasks(TaskInfo.Phase phase)
phase
- the target phaseCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.