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 Reply Children
  • One other observation is that althogh the workflow works correctly (without makedecision triggering), there are no entries for the attestation case in attestationhelper table

  • Now I am confused.

    If there are no entries in AttestationHelper for your case, you are unable to approve anything. This would collide with your statement that the workflow works correctly.

    When you are saying your workflow works correctly, how do you detect that? And, are there any entries in AttestationHistory for your attestation case?