Skip to content

Conversation

@sbkok
Copy link
Collaborator

@sbkok sbkok commented Aug 31, 2022

Why?

In PR #513, an error was introduced which broke the syntax of the State Machine definition.

While investigating, I discovered a number of other improvements that might help, addressing these in this change.

What?

  • Fixing missing and redundant commas in retry logic.
  • Moving roles and other properties of State Machines to the beginning, so they
    don't float around at the end of the state machine definition.
  • Enabled tracing on state machines.
  • Updated name of Account Bootstrapping state machine.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

**Why?**

In PR awslabs#513, an error was introduced which broke the syntax of the State Machine
definition.

While investigating, I discovered a number of other improvements that might
help, addressing these in this change.

**What?**

* Fixing missing and redundant commas in retry logic.
* Moving roles and other properties of State Machines to the beginning, so they
  don't float around at the end of the state machine definition.
* Enabled tracing on state machines.
* Updated name of Account Bootstrapping state machine.
@sbkok sbkok added this to the v3.2.0 milestone Aug 31, 2022
@sbkok sbkok requested review from StewartW and javydekoning August 31, 2022 17:33
@sbkok sbkok added the bug Something isn't working label Aug 31, 2022
@sbkok sbkok merged commit 132a58e into awslabs:master Sep 1, 2022
@sbkok sbkok deleted the fix/state-machines branch September 1, 2022 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants