mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 06:42:54 +00:00 
			
		
		
		
	Move initial FSM trigger to backend
This commit is contained in:
		@@ -35,7 +35,8 @@ def main():
 | 
			
		||||
            YamlFSM,
 | 
			
		||||
            'test_fsm.yml',
 | 
			
		||||
            {}  # jinja2 variables, empty dict enables jinja2 without any variables
 | 
			
		||||
        )
 | 
			
		||||
        ),
 | 
			
		||||
        initial_trigger='step_1'
 | 
			
		||||
    ))
 | 
			
		||||
    # Web IDE backend
 | 
			
		||||
    ide_eh = eh_factory.build(IdeHandler(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user