Skip Workflow Activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2017 06:43 AM
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.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2017 07:04 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2017 07:08 AM
Sure Chuck that is the option that I have now. But is there any other way around for this?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2017 07:13 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2017 06:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2017 06:58 AM
Hi Syed,
Thanks a lot for your reply. But this scenario is about a timer condition whereas mine is not. Thats the problem