To run a specific event in IFlowly. Use the run_event API with passing event_name as a parameter
flow = iflowly.get_flow('My Flow 1')
flow.run_event('on_enter_approved')
To run a specific event in IFlowly. Use the run_event API with passing event_name as a parameter
flow = iflowly.get_flow('My Flow 1')
flow.run_event('on_enter_approved')