SWF-Editor: Highlight manager #1659
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 create and API to highlight nodes by name or Id and handle the highlighted nodes if the workflow is reloaded. It is diferent from selection, the idea is to provide means to visualy identify an execution path, for example by passing an array of executed nodes names or ids . Selection should still be possible if a node is highlighted.
Note: this feature is being used by the console manager to identify the executed nodes in the workflow.
Description
Testing
Run the component and open a valid workflow from storybook.
From the console use the API to highlight nodes and clear the highlighted nodes.
Selection should world on selected nodes.
The text was updated successfully, but these errors were encountered: