Hy All,
Do you guys can help me by telling what would be the alternative of delay activity? i have a workflow which downloading some Packages on command prompt. the downloading time is different for each. and i have to copy all text after it complete the downloading. and based of copied text i need to show message that it is downloaded successfully or not.
1 Like
Fine
its based on the process
May i know what activities are involved in the workflow
Cheers @deepa.barode
Instead of delay activity, you can use while loop with a condition to exit.
In while loop, keep reading the command prompt text.
Once you find successful or not successful, exit the while loop.
Regards,
Karthik Byggari
2 Likes
So , I have open application then i type command by using type into activity then i have use delay activity to wait for some time in which downloading the process is taking place and then send a hot key to copy the text.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.