SWF-Editor: Selection manager #1658
Labels
area:sonataflow
Related to CNCF Serverless Workflow Spec and SonataFlow
area:tools
Issues affecting Apache KIE tooling projects
Summary
The goal of this task is to implement a selection manager for nodes and edges, provide means to programatically select nodes / edges and recover selected items, also handle selection in between worflow reloads.
Description
Testing
Run the component and load a valid worlflow.
Check if it is possible to select a node or edge by clicking on it.
Reload the same workflow and check if if the selection was restored.
Open then console and use the API to get the selected nodes Ids and names, and also the selected edges ids from the selection manager.
Select a node and edge by using the API for id and name.
The text was updated successfully, but these errors were encountered: