Forum Discussion

OSAdmin's avatar
OSAdmin
Icon for OneStream Employee rankOneStream Employee
6 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"?

1 Reply

  • OSAdmin's avatar
    OSAdmin
    Icon for OneStream Employee rankOneStream Employee
    Originally posted by Nick Kroppe

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