How to let a workflow to run again if condition matches again?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-22-2017 08:36 AM
Hi Experts,
as we not yet using event management - we at least want be notified if our MID Servers are down.
I created a WF to create an incident in case status changes to 'Down' ... .
Unfortunately the Wf only runs once. If the status is up again and switches back to down ... no new Incident will be opened.
How can I re-run the wf if condition is true again?
I'd like to avoid fancy business rule deleting workflow version and restarting the wf hardcoded ... . The must be an option to tell within the workflow that it has to run again ... .
I was assuming I can just cancel the workflow after incident has been created ... but it will not run gain, even if cancelled.
What to do?
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 09:16 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 09:22 AM
No need to apologize! In the URL link I sent previously, review how to use it.
To me, there has to be more process added to the workflow. For example, first activity is wait for Approval Request or something to happen that will trigger the approvals. Then just before Rollback, you reset the field, rollback to the wait for Approval Request. That gives the user/requester opportunity to fix the request and then resubmit for approval.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 10:30 AM
I think I understand what you mean...trying this out, after the condition activity is met, and the workflow process revisits the first approval task, the path taken still goes through the rejected path..I tried this out.
Ps. The condition activity is still green b/c the workflow looped all the way back there (because it took the same repeated path)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 10:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-23-2018 03:14 PM
I couldn't find that OOB workflow, is the name "Change Request - Normal"?