Ton Steijvers
03/21/2023, 11:04 AMif __name__ == "__main__":
with tags("local"):
my_flow()
In the UI I can see all flow runs, whether run through the deployment or locally. All have the required "local" tag assigned to it.
I tried removing the tag from the automation and select my flow name instead. Then the automation works both when run as a deployment and when run locally.
Is this a known issue or limitation in using tags for an automation?Will Raphaelson
03/21/2023, 2:12 PM