-
Notifications
You must be signed in to change notification settings - Fork 1
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
FSM configuration #27
Comments
Giovanna had a first proposition, given the following: <class name="FSMxTransition">
<attribute name="transition" description="The main transition that this pre/post transition applies to" type="string" is-not-null="yes"/>
<attribute name="order" type="string" is-multi-value="yes" is-not-null="yes"/>
<attribute name="mandatory" type="string" is-multi-value="yes"/>
</class> We should make |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
... are a mess that we'll need to fix, at some point (not for 5.1.0). There's a lot of information repeated and information that isn't used. We'll wait first for the FSM sequence commands to be implemented correctly, and should do another pass here.
The text was updated successfully, but these errors were encountered: