Skip to content
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

Cannot create entry or exit functions for multiple automations #46

Open
mbmathews opened this issue Jun 4, 2019 · 0 comments
Open

Cannot create entry or exit functions for multiple automations #46

mbmathews opened this issue Jun 4, 2019 · 0 comments

Comments

@mbmathews
Copy link

When multiple automations are created only the entry and exit functions can be used for a single automation. For example:
entry() <s1: A1> { print("A1"; }
entry() <s1: A2> { print("A2"; }
entry() <s2: B1> { print("B1"; }
entry() <s2: B2> { print("B2"; }

Results in error 084: state conflict: one of the states is already assigned to another implementation ( symbol "entry").

It would be nice to use the automation rather than formulate a custom framework.

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

No branches or pull requests

1 participant