I have a workflow that creates a UAR on identity attribute change. The workflow seems to do everything that is required. However, it fails on End Step - Success.
On further investigation and testing, I discovered a workaround; the step “Activate Certification Campaign” was updated to include error handling and directed the next step to “End Step - Success” on Error.
However, the step “Activate Certification Campaign” is completing successfully, the workflow errors out after “Activate Certification Campaign” step.
Certification Campaign Activated [last step before End Step - Success]
@sreeram I suggest you to use HTTP action to activate the campaign , it should work fine.{{baseUrl}}/campaigns/:id/activate
I have tested this on my tenant , I can confirm this is same for me . I believe this is a bug. The Action Activate Certification Campaign is not producing any output. @colin_mckibben can you please clarify on this ?
Check whether this occurs for all certs or a specific cert campaigns. This could happen due to auto close of Cert campaign when no items exists in the campaign.
@sreeram Before activating the campaign just check the status of the campaign using compare operator. If its “staged” only then activate it. There are chances that status may go to “completed” if there is no access to review for that user mentioned as per the search query.
There is a wait step prior to the Activate Certificate Campaign step. As for no access to review, the UAR is only created if the access is present with the identity triggering the workflow.
I tested the same for other workflows as well, the Activate Certification Campaign step is failing in all of the select samples tested for errors in the QA environment.
This seems to be a persistent issue across prod, QA and Dev environment workflows which were fully functioning prior to April 22nd 2025, we have raised a SailPoint support ticket for further investigation.
Raised a ticket with SailPoint and they are aware of this issue and are actively working on to resolve this issue. Currently we do not have any ETA for it.