flypiggyyoyoyo opened a new pull request, #805: URL: https://github.com/apache/incubator-seata-go/pull/805
**What this PR does**: - **Interface & Default Config:** Defined StateMachineConfig and implemented DefaultStateMachineConfig with runtime defaults and dynamic JSON/YAML loading. - **Non - code Support:** Added LoadConfig for state machine definition parsing, with duplicate checks and in - memory storage. - **Expression & Invoker:** Implemented EL expressions, sequence ID generation, and ServiceInvoker with LocalServiceInvoker. - **Concurrency & Dependency:** Used sync for thread - safety and enabled component injection. - **Testing:** Added unit tests for core functions and edge cases. **Which issue(s) this PR fixes**: <!-- *Automatically closes linked issue when PR is merged. Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_* --> Fixes #792 **Special notes for your reviewer**: The implementation references the Java version but uses Go idioms without Spring dependencies. **Does this PR introduce a user-facing change?**: <!-- If no, just write "NONE" in the release-note block below. If yes, a release note is required: Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required". --> ```release-note ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@seata.apache.org For additional commands, e-mail: notifications-h...@seata.apache.org