-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(stepfunctions): previewStateMachine opens in Workflow Studio #6511
## Problem The preview state machine command (used in an icon button and a code lens button) consists of a read-only graph component which provides a simple graph representation of an ASL definition. It does not include any other information such as state types or resources. ## Solution Replace the graph visualization in the previewStateMachine command with the Workflow Studio graph and editor. Workflow Studio is editable and includes icons and descriptions representing the state types and resources. Users will now be able to edit the state definition in the graph visualization directly.
- Loading branch information
1 parent
27f3d82
commit c89fd8a
Showing
6 changed files
with
16 additions
and
579 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
packages/core/src/stepFunctions/commands/visualizeStateMachine/aslVisualizationManager.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.