This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Add an ID to the Integration class to distinguish between flows in the UI #663
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Never stale
Prevent stale bot from closing this issue
Milestone
Currently, there's no flow ID in the Integration class, this means that whenever we sync code from the source code editor, the UI doesn't have a way to distinguish between flows, and therefore, the steps from each flow don't have ID either.
The goal would be for the backend to include a new ID property in the Integration class to distinguish between different flows. If the UI already provides an ID, the backend will use it, otherwise, the backend will create one. This is not relevant at the moment for the YAML code since this new ID will live in the communication channel between the backend - frontend.
In summary:
metadata.name
, it sends it back to the UIThe text was updated successfully, but these errors were encountered: