Strange Behavior in Invoking Sub Workflows

Hello All,

I have created 3 sequences and invoked 2 sequences into the first sequence. The process is working fine (bot can interact with all sequences) at the time of Debug and run file.

But it does not invoke sub sequence after publishing the bot and running.
Any idea ?

Regards,
Srenivasan Kanna

Hey!

Bot is throwing any error?

if this is an web process can we add some delay?

Regards,
NaNi

Yes, It’s Web Process. I Added delay 10 Sec , It does not help .

Hey!

10 Seconds of delay it’s huge…

Can we add the delay in actIvities?

For example-Typeinto

  1. Delay Before
  2. Delay After
  3. Delay between keys
  4. Wait for ready[Target] -Complete

Can we try in this way?

Regards,
NaNi

1 Like

Thank you Thiru, The problem is in-between the workflow invoke, As you said Delay is working now. If i increased 10 sec to 12 sec . Since I worrying why it’s not executing after publishing the bot. If i kept all sequence in Order.

Hey!

Could you please show me the flow here?

Have you checked the directions of each argument?

Could you please clarify on the same?

Regards,
NaNi

Sorry, I could not provide the flow. It’s Very huge one. There is no argument passed to the 2, 3 sequence.

I have 1,2,3 and inside 1 i invoked 2, 3 in order. If i do debug or run file all the sequence are executing but if i publish and run the same , the 2, 3 not executing this is the issue.

It’s working if we give 10-12 sec of delay .