Invoking workflow
Hi is it feasible to run a workflow automatically at regular intervals ?
I would like to show an alert to user if a specific type of incident has been reported.
I am thinking I could create a workflow to query the database and see if count > 1 for specifc incident type within say the last 5 minutes.
Any suggestions ?
0
-
Use a startup workflow with a for each loop, inside the loop use an external delay activity and other logic. 0 -
Thanks Nico. I'll look into it.
I was hoping there might be a listener/event type, which could also alert the user as soon as an incident of specific type gets reported.
Also, I would like to be able to cancel the alerting as the same incident may be reported multiple times.0
Please sign in to leave a comment.
Comments
2 comments