Matias Godoy
05/07/2020, 2:55 PMAlex Cano
05/07/2020, 3:00 PMGraphQL
section, there’s a note saying you can provide a version_group_id
for this purpose.
If you assign a consistent version_group_id
value for each version of your flow, specifying the version_group_id
during the API call will automatically schedule a new flow run of the most recent version of that flow.Jeremiah
05/07/2020, 3:01 PMversion_group_id
is automatically assigned to your flow if you don’t provide one yourself, and the auto-generated one is based on the flow name, so you can query it and use it even if you haven’t been setting them yourself for each versionMatias Godoy
05/07/2020, 3:03 PM