ReFrame Work how to react to the Process Transaction state?

Hi, I want to process below problem statement using Re Frame work

Problem statement is :

1.Open the mainframe
2. Fetch data from excel (eg. policy number )
3. Enter Policy into mainframe and Extract the data.

I am using ReFrame work and as of now I have only dummy application don’t have full access of application I can only login to mainframe.

  • I have create Login module namely “PMS_Login” and I have invoked in Init stated

  • I have created “Excel_Data_extraction” in “GetTransactionData”

  • after fetching the data from excel work flow should moved to “Process Transaction state”
    which is not happening.

  • In "Process Transaction state " created and invoked “PMS_Data_Extract” to fetch the screen area

Attached the workflow below

Can Any one help me with the same?

Main.xaml (54.3 KB)
PMS_Data_Extract.xaml (7.0 KB) PMS_Login.xaml (17.8 KB) Process.xaml (4.9 KB)

Config.xlsx (20.0 KB) Reports.xls.xlsx (9.6 KB)
GetTransactionData.xaml (13.1 KB) InitAllApplications.xaml (5.1 KB) InitAllSettings.xaml (17.6 KB) SetTransactionStatus.xaml (53.5 KB)