xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

All state executions use the starting state's config #74

Closed duoertai closed 10 months ago

duoertai commented 10 months ago

Looked through the code and find 2 things:

  1. the major issue: on server side, when 1 state is completed(execution), state info is copied from last state execution, and the state config in info is not updated, while it should be updated with the next state's state movement
duoertai commented 10 months ago

fixed