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
Deceivious
04/24/2023, 11:04 AM
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.