-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or requestuireferences the user interfacereferences the user interface
Description
Currently, the Canvas UI allows users to edit diagrams, which then generate the corresponding integration XML. However, the inverse transformation (editing the XML to update the diagram) is not supported. Adding this capability would improve flexibility by allowing users more control when creating flows.
XML to diagram conversion is handled by the flow-translator's translation/toFlow endpoint. This endpoint is already used by the XML file drop feature, see canvasDropHook.ts for the implementation details. The existing logic should be reusable when implementing the XmlPanel editing feature
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuireferences the user interfacereferences the user interface