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.
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.