Automatically closing certification campaigns with “Revoke” decision

Hello,

I would like to ask if there is a way to automatically close certification campaigns that end with a “Revoke” decision, without requiring an admin to manually close them.

In our current implementation, we have a workflow that triggers user revalidation, and for each user, a new certification campaign is opened. This results in many campaigns that must be manually closed by the admin, which is not practical. Additionally, the admin who manages certification campaigns does not receive any notification when these campaigns are created.

There are any recommended workarounds to handle this scenario?

Thank you for your help

Hi @l_pulignano Idk the exact scenario on when it should get closed and the duration of the campaign. But it is possible by using HTTP request action and call the complete campaign API complete-campaign | SailPoint Developer Community in the same workflow where you are creating the new campaign and also set the campaign deadline by using update-campaign | SailPoint Developer Community.