Skip to content

Conversation

@l0minous
Copy link
Contributor

@l0minous l0minous commented Jul 28, 2025

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

test9


  • Treat all work as PUBLIC. Private feature/x branches will not be squash-merged at release time.
  • Your code changes must meet the guidelines in CONTRIBUTING.md.
  • License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions
Copy link

  • 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.

@l0minous l0minous requested a review from a team as a code owner July 29, 2025 00:44
Copy link
Contributor

@anthonyting anthonyting left a 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.

@l0minous l0minous changed the title handling newExecution and editStateMachine messages feat(stepfunctions): Handling newExecution and editStateMachine Jul 29, 2025
@github-actions
Copy link

  • This pull request implements a feat or fix, so it must include a changelog entry (unless the fix is for an unreleased feature). Review the changelog guidelines.
    • Note: beta or "experiment" features that have active users should announce fixes in the changelog.
    • If this is not a feature or fix, use an appropriate type from the title guidelines. For example, telemetry-only changes should use the telemetry type.

@l0minous l0minous requested review from anthonyting and zelzhou July 30, 2025 22:57
@l0minous l0minous force-pushed the ConnectButtons branch 2 times, most recently from 2ab27f9 to b68fa97 Compare July 31, 2025 21:20
@laileni-aws laileni-aws closed this Aug 1, 2025
@laileni-aws laileni-aws reopened this Aug 1, 2025
// Parsing execution ARN to get state machine info
const parsedArn = parseExecutionArnForStateMachine(context.executionArn)
if (!parsedArn) {
throw new Error(`Invalid execution ARN format: ${context.executionArn}`)
Copy link
Contributor

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.

@chungjac chungjac closed this Aug 5, 2025
@chungjac chungjac reopened this Aug 5, 2025
@bywang56 bywang56 merged commit 70af2bd into aws:feature/stepfunctions-execution Aug 5, 2025
45 of 48 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants