Children of the given task t, a child phase is one that dependsOn another task
Empty slice will be returned if no children are found.
A task without a type or meta data containing the workflow info
will result in an error
type Phase struct {
Task string// doubles as the Name of the topic to send data to Rule string DependsOn string// Task that the previous workflow depends on Retry int Template string// template used to create the task}