Hi! I have one flow that run on SF It got prod tok...
# ask-metaflow
b
Hi! I have one flow that run on SF It got prod token like production:xxxxxx I have the second flow, that it runs on some machine with Runner. How to set up the same token to it? I want that this run have the same token for filtering in UI, getting data between flows, etc.
a
hi yaroslav! you can use tags as namespaces.
you can tag your local execution with the same tag as the one running through step functions
production tokens are also tags
b
Thanks! But it will be user tag, is it the same?