This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Is it possible to trigger the timeout of an approval step (e.g. to allow early escalation)?

If an approval workflow has a timeout configured, e.g. to allow escalation to a secondary approver if the first is away, is there any way to trigger that timeout to allow escalation to occur sooner?

While there is an event for Escalate on PersonWantsOrg, that seems to be what tells you escalation has occurred, it does not cause it to occur...

Thanks,
Andrew

Parents
  • Hi Andrew,

    there is a customizer method available at the PersonWantsOrg object.

    The method is called Escalate and has the parameters as shown in the screenshot.

    If you want to use that, you could write a process utilizing the CallMethod task of the HandleObjectComponent.

    Notes:

    • In addition to the service accounts or job service, only the requester or recipient are entitled to escalate the request.
    • The method is only available if the request is waiting for an approval of an approval step, where an escalation step is defined.

     

     

Reply
  • Hi Andrew,

    there is a customizer method available at the PersonWantsOrg object.

    The method is called Escalate and has the parameters as shown in the screenshot.

    If you want to use that, you could write a process utilizing the CallMethod task of the HandleObjectComponent.

    Notes:

    • In addition to the service accounts or job service, only the requester or recipient are entitled to escalate the request.
    • The method is only available if the request is waiting for an approval of an approval step, where an escalation step is defined.

     

     

Children
No Data