TestStateCommand always gives me InvalidDefinition #5762
Unanswered
bmariusrazvan26
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI all, was wondering if someone could maybe shed some light into this issue that I'm having (if I'm doing something wrong, or if it's an actual issue). I've been trying to use on the new v3 version, with no avail, the newly added
TestStateCommand
option in order to validate my state machine definition prior to running/updating it, however no matter what I tried, I always get upon running the command,InvalidDefinition
. I tried everything, even a plain simple state machine and I get the same results.Below are some snippets of my code and the response that I get every time:
A sample request for the above:
Whatever I put into the definition field, regardless if it is a plain simple start-end state machine, I always get this error:
With the same request above, if I try ,for instance, the
UpdateStateMachineCommand
, it works just fine.Thank you!
Beta Was this translation helpful? Give feedback.
All reactions