I had created workflow in sap after clicking execute i need to send email but after clicking the execute to complete the process i may or may not takes 20 mins of time to complete the entry?

i had created workflow that my process after clicking execute button i don’t how much time it take to complete it process but after completing it send mail how

@Naveen_Kanike

Please explain properly

Hi @Naveen_Kanike

After clicking the execute button,Use the check app state and indicate the common UI element which is visible once process is completed.
if target appears send an email else in the target doesnot appears throw an exception

Hope it helps!!

I had created workflow in sap after clicking execute i need to send email but after clicking the execute to complete the process i may or may not takes 20 mins of time to complete the entry?

i don’t have activity called check app state

@Naveen_Kanike

Update UiPath.system.activities dependency you can find it…
Or else
Use Element Exists activity which is of classic

wait element vanish will it work tell using this design

how to add the properties for the cv element exists? can show me once