Force firework state into fizzled

Hello,
can I change the state of a FW? I would like to change from WAITING to FIZZLED? Essentially, I am looking for the equivalent of lpad.archive_wf().

I have several FW wating for their parent to be COMPLETED. Some of them unfortunately have FIZZLED and at the moment I am not able to work on the reason (probably a bug in my WF).

Thanks

Hi, you probably want to defuse them with
lpad defuse_fws -i <fw_id>
or
lpad defuse_fws -s ready to defuse all FWs that are ready to run.

Check lpad defuse_fws --help for more info.

1 Like