Customizable State machine implementation
Hi,I am trying to build a finite state transition machine. User can create the transition from one state to another based on named action and can also apply conditions and rules.System user can use a custom screen to create these definitions. I want ...