Kamila
3 months agoContributor
Status of a single process from workflow
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!