How can we update the "Status"?

OSAdmin
Valued Contributor
Originally posted by Eric Osmanski

10/29/2019

Created a rule to auto certify these WF Profiles using BRApi.Workflow.Status.SetWorkflowStatus(si, wfClusterPk2, StepClassificationTypes.Certify, WorkflowStatusTypes.Completed, "", "", "", g). This is working great. However, we have noticed it does not update the status (still is In Process) and the status is what is reflected in the Certification Reports, which is showing the wrong status. How can we update the "Status"?

1 REPLY 1

OSAdmin
Valued Contributor
Originally posted by Nick Kroppe

BRAPI to auto certify: brapi.DataQuality.Process.ExecuteProfileCertification(si, wfPK, CertSignOffStates.ProfileCertified, "Auto-Certified", True, True)