How to use FlowTable

I connected the nodes with python api, but how can I add them in FlowTable?

I’ve tried the following and it runs wrong
‘’’
flow_table = process_controller.FlowTable2
flow_table.createSequence(flow_group1)
‘’’