How can I stop the process after running for 1 hour (should stop acitvity)?

@adrianab.98

Shpuld stop activity might not help you in this scenario as that would work when manually someone select stop process option from the jobs menu in orchestrtaor…

If we want the bot to stop automatically after one hour then we can use a if condition before getting new transaction and check if the time has crossed 1 hours…

For this we can store the start time of the bot in a variable and then take thw differenc eof time… but this would not resume the process after 30 mins automatically…

So you can tey using resume after delay activity which will resume the bot after specified time

Please check this

Cheers