Bases: cinder.taskflow.patterns.base.Flow
“A linear chain of tasks that can be applied in order as one unit and rolled back as one unit using the reverse order that the tasks have been applied in.
Note(harlowja): Each task in the chain must have requirements which are satisfied by the previous task/s in the chain.
Adds a given task to this flow.