-
Notifications
You must be signed in to change notification settings - Fork 732
feat(stepfunctions): Implement bi-directional sync between local file and WFS #5773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(stepfunctions): Implement bi-directional sync between local file and WFS #5773
Conversation
|
This pull request modifies code in src/ but no tests were added/updated. Confirm whether tests should be added or ensure the PR description explains why tests are not required. |
|
This pull request implements a feature or fix, so it must include a changelog entry. See CONTRIBUTING.md#changelog for instructions. |
packages/core/src/stepFunctions/workflowStudio/handleMessage.ts
Outdated
Show resolved
Hide resolved
packages/core/src/stepFunctions/workflowStudio/handlers/saveFileMessageHandler.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Current comments are blockers.
e8c488e to
17f27b5
Compare
|
New revision addresses the comments:
|
ba27519
into
aws:feature/stepfunctions-workflow
Problem
Workflow Studio custom editor does not communicate bi-directly with local asl file
Solution
Adding bi-directional sync between local file and Workflow Studio custom editor
Additionally, adding send feedback functionality + handling webview loading indicator
Demo gif
License: I confirm that my contribution is made under the terms of the Apache 2.0 license.