of a flow through a graphql call. I am able to do this by calling
flow_group.description
but:
• What is a flow group? Is that all versions of a given flow?
• If so, why does
flow_group.name
return a uuid? (aka. how can I simply relate a flow’s name to it’s description)
a
Anna Geller
11/10/2021, 2:25 PM
that’s correct, flow group is a higher level concept that overrides individual flow settings and it allows you to set the README or attach a schedule that will be valid for all flow versions
Anna Geller
11/10/2021, 2:32 PM
regarding the uuid, if you look at the details tab in any of your flows in the UI, I think it explains the relation a bit more - the flow group ID is a uuid for this flow that acts as a single source of truth for your flow configuration. Let’s say you defined a schedule in your flow code, but you would like to override it from the UI - thanks to this flow group UUID, you can do that and any settings performed on the flow group supersede metadata from the registration.
p
Pierre Monico
11/10/2021, 3:12 PM
Thanks @Anna Geller!
But:
• Why is the flow group’s
name
a uuid?
• What is the actual flow’s (not group)
description
field for / how do I set it?
Pierre Monico
11/10/2021, 3:13 PM
a
Anna Geller
11/10/2021, 3:15 PM
in general, users are supposed to set it from the UI rather than from the API. If you set it from the UI, the description should appear in the query I believe
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.