Implements a stepped state machine, i.e. a state machine which executes a single state transition at a time. Because of this, no data, e.g. state data, can be stored between executions. Instead, any such data must be stored in persistent storage between executions. This permits operation of the state machine as a CGI program in a web server. A WSGI or fastCGI or other such web server is not required.
Received symbols may be received from sources outside the state machine, or may be generated internally by the state functions.
Features
- state machine
- CGI
- stepped state machine
- web state machine
License
BSD LicenseFollow SteppedStateMachine
Other Useful Business Software
MongoDB 8.0 on Atlas | Run anywhere
MongoDB 8.0 brings enhanced performance and flexibility to Atlas—with expanded availability across 125+ regions globally. Build modern apps anywhere your users are, with the power of a modern database behind you.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of SteppedStateMachine!