Is it possible to add a card to a run past executi...
# ask-metaflow
c
Is it possible to add a card to a run past execution?
1
v
yep, just do
card create
followed by the task ID (pathspec) referring to the task you want to attach a card for
Copy code
python flow.py card create 1/start/1
1
you can choose the type of card to add with the
--type
option