Try Catch & Sequence

Hi guys,

please check my screenshot:

My workflow stops (without error) after the try catch, and the yellow marked sequence is not starting. If I trigger the yellow sequence directly, it works. Can someone tell me what I am doing wrong? Is there anything missing that the yellow sequence will start automatically after the try catch?

Thank you and Best
Markus

Hi @Markus3003
is it throwing any kind of error?

1 Like

Hard to tell.

TryCatch block was executed already and the Sequence after it is not “Starting” right?

Are you sure the execution of TryCatch block already finish right?

Add a Log Message after it and post the results.

1 Like

May be you are running on debug mode make try from run file

1 Like

Ok, I put a break of 10 sec. after downloading sth. in the try, now it is working…
Thank you guys!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.