Skip to main content
June 29, 2020

How can we update the "Status"?

  • June 29, 2020
  • 1 reply
  • 0 views
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

July 14, 2020
Originally posted by Nick Kroppe

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