rerun workflw starting from a certain firetask

Hi,

I am new to fireworks.I need help in a case i need to rerun the workflow starting from a certain firetask regardless what the state is(completed or fizzled)

Is there a way to that
I use
workflow.rerun_fw(fw_task_id)
but it is not reruning the workflow to the last task only one fire task and it’s links
any help ??

Regards

Hi,

I am not sure your question. Can you first clarify whether you are trying to rerun a FireTASK or a FireWORK? These are different things.

The rerun_fw() command will rerun a Firework and any downstream Firework that is dependent on its result.

It would also help if you can clearly describe the problem. i.e., what does your workflow look like, what is working correctly, what you expect to happen but is not happening.

···

On Thursday, June 15, 2017 at 5:50:10 AM UTC-7, Hadeel Sharaf wrote:

Hi,

I am new to fireworks.I need help in a case i need to rerun the workflow starting from a certain firetask regardless what the state is(completed or fizzled)

Is there a way to that
I use
workflow.rerun_fw(fw_task_id)
but it is not reruning the workflow to the last task only one fire task and it’s links
any help ??

Regards