Certification Signoff Trigger Issue

Hello Team,

I have a Workflow that uses certification sign off as trigger and it does certain jobs.
If I manually complete the certification from UI, the workflow is getting triggered, but If I use api

v2025/campaigns/:id/complete api

{

“autoCompleteAction”: “REVOKE”

}

the certification is getting completed, but the sign-off workflow is not getting triggered.

is this a intendent behaviour ?

Hi @gourab

I believe this is intended behavior. If you want your trigger to happen, I think you need to run this endpoint first /v2025/certifications/:id/sign-off then trigger your v2025/campaigns/:id/complete endpoint.

Let me know if any questions or concerns!

1 Like

Thanks for the input. I will try and update here @trettkowski