Using K2 Studio, is it possible to execute a ruledo a check before an escalation is fired on a client event?
The actual escalation I currently use is a go-to-activity, that then loops back to the original client event after a period. I need to be able to check:
Did it escalate before?
If Yes, don't escalate
If No, escalate
This will ensure the escalation (being a go-to-activity) only happens once.
Thanks