Skip to content

Another set of fixes fixes for the graph/state machine generation functionality #34

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

oEscal
Copy link
Contributor

@oEscal oEscal commented Jul 1, 2025

This PR adds multiple bug fixes for the feature implemented in #30:

  • The initial state of the state machine was obtained as the first state listed in the workflow. This was because the code in the TypeScript SDK was implemented in this manner. Now, the code checks for the start state.
  • Whenever a parallel state was the first one in the workflow, the state machine generator would throw an error. This was because the code was not creating the state in that specific case.

oEscal added 2 commits July 1, 2025 16:38
…ion when it is the first state in the machine

Signed-off-by: Pedro Escaleira <pedroescaleira@hotmail.com>
@oEscal
Copy link
Contributor Author

oEscal commented Jul 1, 2025

@cdavernas I am very sorry for these late changes, but I am detecting these bugs as I am testing weirder things using the SDK.

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.

1 participant