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

Fix finitestatemachne #1190

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

AndreasHeine
Copy link
Member

@AndreasHeine AndreasHeine commented Feb 2, 2023

Todo:

  • add is_subtype_checking (FiniteStateMachin is a AbstractTpye)
  • add async init() method to initialize a xml finitestatemachine
  • add behaviour according to spec.
  • add full example with and without xml based statemachines
  • add tests

@AndreasHeine
Copy link
Member Author

this PR is foundational work for Part10: Programs

there is still stuff to do according to the instantiation of optionals... currently we only do all or nothing but for Part 10 we probably need a better way to say what optionals we want to instantiate!? Otherwise we can only support a fullblown Program and a minimal one...

Referenced issues/discussions

#1149
#1189

@PhilWillecke
Copy link

I have seen you did some updates on the statemachine.
What is the current status of the TODOs?

Thanks for the great work and thanks in advance

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

Successfully merging this pull request may close these issues.

2 participants