Skip Workflow Activity

aswinsiddaling2
Kilo Guru

Hi,

I have an active workflow running and it is currently waiting at a Wait for Condition activity. Now I know the condition is not going to be met and I want to bypass this activity for the existing running workflows.

I am not concerned about the completed workflows (or) the workflows that are yet to start. I want to bypass an activity in the existing workflow and move the control to the next activity.

Please let me know if you have any ideas.

9 REPLIES 9

When you say "X is not there", are you referring to the choice list? In this case it doesn't matter. Your script can set any field value you like regardless of whether or not it is in the choice list or not.



Give it a try.


Sure Chuck that is the option that I have now. But is there any other way around for this?


Hi Aswin,



Since you cannot do this via the form (the state value you need does not show up on the form) then the only option is JavaScript to set the value.


syedfarhan
Kilo Sage

Hi ,



Way to stop a Workflow Timer, prematurely? Hope this may help you.



Thanks,


Hi Syed,



Thanks a lot for your reply. But this scenario is about a timer condition whereas mine is not. Thats the problem