-
Notifications
You must be signed in to change notification settings - Fork 739
feat(stepfunctions): Handling newExecution and editStateMachine #7779
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): Handling newExecution and editStateMachine #7779
Conversation
|
packages/core/src/stepFunctions/executionDetails/handleMessage.ts
Outdated
Show resolved
Hide resolved
anthonyting
left a comment
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.
Can you fix the PR name? It's failing the lint-commits check.
packages/core/src/stepFunctions/executionDetails/handleMessage.ts
Outdated
Show resolved
Hide resolved
packages/core/src/stepFunctions/executionDetails/handleMessage.ts
Outdated
Show resolved
Hide resolved
|
packages/core/src/stepFunctions/executionDetails/handleMessage.ts
Outdated
Show resolved
Hide resolved
packages/core/src/stepFunctions/commands/downloadStateMachineDefinition.ts
Show resolved
Hide resolved
2ab27f9 to
b68fa97
Compare
| // Parsing execution ARN to get state machine info | ||
| const parsedArn = parseExecutionArnForStateMachine(context.executionArn) | ||
| if (!parsedArn) { | ||
| throw new Error(`Invalid execution ARN format: ${context.executionArn}`) |
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.
nit:
Its better to mention StepFunctions in front of logs as we do have many services in AWS Toolkit. I guess this will ease to debug issues.
70af2bd
into
aws:feature/stepfunctions-execution
Problem
Currently the New Execution and Edit State Machine Buttons in Execution Details don't work
Solution
New Execution button now opens a new input webview
Edit State Machine launches Workflow Studio
Added message handling for new execution and edit state machine
Refactoring in utils
Verification
feature/xbranches will not be squash-merged at release time.