// NOTE: if a section has option "shared", the execution of this step would
// change dictionary, essentially making all later steps rely on this step.
dag.add_step(section.uuid,
res["step_name"],
idx,
res["step_input"],
res["step_depends"],
After Change
// NOTE: if a section has option "shared", the execution of this step would
// change dictionary, essentially making all later steps rely on this step.
dag.add_step(section.uuid,
section.step_name(),
idx,
res["step_input"],
res["step_depends"],