Hi there! We want to programmatically trigger flow...
# ask-community
t
Hi there! We want to programmatically trigger flow runs from deployments. To do that, I’d like to confirm that is the deployment_id immutable, or should we read the deployments list first to get the deployment_id every time?
1
d
I think the deployment id changes every time u deploy a flow even if it is overwriting an existing flow. Maybe adding a tag to the deployment might give you more control. I'd read the deployment ids everytime.
t
Alright, thank you!