Forum Discussion

OSAdmin's avatar
OSAdmin
Valued Contributor
5 years ago

How can we update the "Status"?

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"?

  • OSAdmin's avatar
    OSAdmin
    Valued Contributor
    Originally posted by Nick Kroppe

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