In the guide it says:
Open the Main workflow and expand the Init state by double clicking it.
o On the Entry region, locate where the KillAllProcesses workflow is invoked.
o Add a new sequence after the Invoke KillAllProcesses activity to read the input transactions data table.
o Inside this sequence, invoke four of the previously created workflows, as follows:
System1 Login
System1 Navigate to Work Item
System1 Extract Work Item Data Table
System1 Close
And now I got a question. I have already invoked the System1 Login in the InitApplications file. But this invoke is placed after the sequence “if first run”. The KillAllProcesses activity is also placed inside the sequence. So where exactly should I place the files to Navigate to Work Items and Extract Work Item Data Table?
Logically it seems it should be placed after the InitApplications because this is the first time we open the browser and the pages