Every time metaflow runs, I want to make a recordi...
# ask-metaflow
i
Every time metaflow runs, I want to make a recording of it. So I used the "python3 bc_flow.py run --with card" command in the VS code command. However, it reported an error: Card render failed with error Object not found: Task('BreastCancerFlow/1670133303953734/prepare_data/4') does not exist I used my professor's code, and that works pretty well. What should I do to debug and get the recorded version for every run time?
d
hey @important-notebook-55687, we are probably going to need a tad more detail here 🙂. I am not sure what the card you have is doing for one. Based on the run id, it seems it is trying to access a task from
BreastCancerFlow
that just ran. Is the name of the flow/step correct? Do you have the full trace?