public interface Phase extends ParentElement<Step>
Phase within a Plan. A Phase is an ordered list of
one or more Steps, which each describe a single unit of work.
For example, a Step might represent a cluster task that needs to be updated, while the Phase is a list of all of those cluster tasks.
See Plan docs for more background.
LOGGERforceComplete, getChildren, getErrors, getStatus, getStrategy, interrupt, isEligible, isInterrupted, proceed, restart, update, updateParametersgetErrors, getId, getMessage, getName, hasErrors, isComplete, isPending, isPrepared, isRunning, isStarted, isStarting