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

Makedecision does not trigger for a particular Approval procedure

Hello,

We have 2 approval procedures as stated below, both assigned table ADSAccount

1. SA -  select a.ccc_primaryowner as UID_Person from ADSAccount a join AttestationCase ac on a.xobjectkey = ac.ObjectKeyBase where ac.UID_AttestationCase = @UID_AttestationCase

2. PA - select a.UID_Person from ADSAccount a join AttestationCase ac on a.xobjectkey = ac.ObjectKeyBase where ac.UID_AttestationCase = @UID_AttestationCase

When SA is used, make decision triggers but doesn't when PA is used. Not sure whats missing. Please advise

Thanks in advance,

Parents
  • What version are you using? 


    When you say make decision is not triggered, are the expected approvers allowed to approve attestation using the approval procedure PA?

  • Yes Markus. The expected approvers are allowed to approve attestation. In fact after posting this in the forum, we observed that although make decision does not trigger, the asociated approval is in the approvers queue and the workflow works as expected upon approval/denial. Not sure why makedecision is not triggered

Reply
  • Yes Markus. The expected approvers are allowed to approve attestation. In fact after posting this in the forum, we observed that although make decision does not trigger, the asociated approval is in the approvers queue and the workflow works as expected upon approval/denial. Not sure why makedecision is not triggered

Children