Question about delay activity

Hi,

i have a parallelActivity1 in my project and under it i have delay activity which will be fired every 10 minute and event listener the problem here that when even A happend

everything is ok and i should close it but the problem that the delay execute even after event A happend is that because it's a parallel process and is there's any way to make a condition on the delay activity itself to stop it if event a or b happen other wise it should fire it's evnet after 10 minute



Answer this question

Question about delay activity

  • sachleen

    I think what you want is the listen activity. The parallel activity executes both branches of code. The listen activity allows you to put a delay and then 1 or more events in different branches. Then, whichever item event happens first, that branch executes. You can add any number of branches to the listen activity.

    HTH,

    Matt



  • Verrkomies

    Thanks alot it works now i thought listen event listen to events only
  • Question about delay activity