Skip to main content
October 11, 2024

Status of a single process from workflow

  • October 11, 2024
  • 1 reply
  • 0 views

Hi,

Does maybe anyone know how can I get a status of a single process in workflow from BR?

I was trying to use method GetInputWorkflowStatusForMembers, however I can't select any specific process there:

Dim wfInfo As WorkflowInfo = BRApi.Workflow.Status.GetInputWorkflowStatusForMembers(si, cubeId, entityId, scenarioId, timeId)

I need this check in Extensibility Rule as it will be ran using DMJ.

Many thanks!

1 reply

October 14, 2024
Dim wfInfo As WorkflowInfo = BRApi.Workflow.Status.GetWorkflowStatus(si, wfUnitPk, throwOnError)

I think this is the one you're looking for