Level 3 Assignment 1: SHA1Online_Login

The instructions say to drop “System 1 Login” and “SHA1Online_Login” into the InitAllApplications sequence.

But the documentation says

Inside this [new sequence after KillAllProcesses] sequence, invoke four of the previously created workflows, as follows:
:black_small_square: System1 Login
Walkthrough – Calculate Client Security Hash 10
:black_small_square: System1 Navigate to Work Item
:black_small_square: System1 Extract Work Item Data Table
:black_small_square: System1 Close

This would have System1 Login repeated. So this can’t be correct. Am I reading something wrong?

1 Like

Not exactly.
In the init state (after Kill)you have logged in and done the scrape and then logged out. So you System1 is not open.
So once in the Init xaml you login again to process each of the items.
If you dont use System1Close then you dont need to log in but you need to take care of the navigation and you should be good. :slight_smile:

So within the “Init State” sequence after the invoke KillAllProcesses is a sequence invoking the following flows:

System1
System1 Navigate to workflow
Extract Work Items
System1 Close

Then immediately after as the last activity in the THEN block for “Config is Nothing” is the Invoke “InitAllApplications” workflow?

1 Like

Yes

Yes, I guess the invoke is already there. You dont need to add it.

Thanks.

1 Like