How to write a parameters to YAML file denpends on workflow

Hello,
l am trying to create a YAML file, but have not confirmed a parameters that parents=?
I would be very appreciated if you can help me. We want to create a YAML file as the following:

A typical band structure with a BoltzTraP transport calculation

Author: Anubhav Jain ([email protected])

fireworks:

  • fw: atomate.vasp.fireworks.core.OptimizeFW
  • fw: atomate.vasp.fireworks.core.StaticFW
    params:
    parents: 0
  • fw: atomate.vasp.fireworks.core.NonSCFFW
    params:
    parents: 1
    mode: uniform
  • fw: atomate.vasp.fireworks.core.BoltztrapFW
    params:
    parents: 1