Advanced Training - Assignment 2: Process slows down

I run the workflow for transaction 1 is good…but others are very slow…In which workflow i had the set the wait for ready property to none…there are many workflows…i got little confused…Kindly suggest

You have to make changes for wait for ready to none for selecting month and year of downloading and uploading monthly and yearly report.

While the workflow is running, identify at what step your workflow is taking longer time and then fix that step in the studio.

Regards,
Karthik Byggari

in createyearly report i had to change for all the activities to none?

Try first for click activities.
If that works, fine.
Else change it for Type activities.
And also enable simulate click for faster processing.

1 Like

it works fine…But my another problem is if it executes the 2nd transaction it shows on element appear activity…1 st transaction is good…but my 2 nd transaction it throw the on element appear error…
i set the on element appear activity to none(wait for ready)
is this a issue or any other ?

Change it to interactive.

i changed…it not works…it shows activity time out exceeded for the 2 nd transaction.it cannot go to next step…after downloading the report.it stucks for on element appear…any suggestions

Debug and see if the given element is appearing while this activity is running.
I guess the activity is failing to identify the given element.

Regards,
Karthik Byggari

yaa…u correct…it is failed to identify…in first transaction it will identify…then y it will not identify the 2nd transaction.if i ignore that activity if transaction will closed…give the solution for this jii

The download report doesn’t exist for all months.
You have to handle differently whether the report exists or not.

When the report is not available, you will get a pop-up, the report not available. Use Element Exists if that pop-up appears or not.

If appears, click ok and then proceed to download the next month.
If not, then download the report and then proceed to the next month.

yes…if not the message pop up coming…then move to the next month…thats not a issue…if month is available download option will comw…we save as a file…after all the process it will identify on element appear…it not identify for 2nd transaction…in first tranaction it works perfectly…

For which element you are using On Element Appear Activity?

@Nambi

Hi did you ever solve this? I am having the same exact problem.

Hi Karthik,

I am getting problem while uploading the yearly report.

I am uploading the image of where it is getting stuck.

I don’t know why it is not performing enter key.

Can you please help me to complete it?

Thanks,

Ameya A.![IMG_20200725_093739|690x388](upload://TtpZ1J483F2Dvfo

e7cU8kBa8lM.jpeg)

Hi Karthik,

I am getting problem while uploading the yearly report.

I don’t know why enter key is not working.

Can you please help me figure out what is the problem?

I am uploading the image of where it is getting stuck.

Thanks,

Ameya A.

Instead of enter key, just go with click activity. Enter the path and click button “Open”.

Why enter button is not working?

Because you are using input type simulate type. In this case hot keys doesn’t work. If you uncheck Simulate type, then enter key works.

Screenshots for reference:

Regards,
Karthik Byggari

Thanks it worked

1 Like

Hi Karthik,

How to resolve the slow performance after the first transaction.

Thanks,

Ameya Almelkar