You can either use the code above and explicitly get the
WorkflowUnitClusterPk of each of the siblings that need to be completed
and check their status, or you can use something such as the below to
get a list of sibling Workflows and then loop throu...
You can right click on the cell and select Drill Down. From the drill
down menu, you can get information about the cell by right clicking on
the row and selecting Cell Status. If it is not a base intersection, you
can right click on the row and selec...
|MF| substitution variables only work when it is used on the same Member
Expansion in the Rows. For example, if the Entity member filter is on
Member Expansion 1, the |MFEntity| substitution variable cannot be on
Member Expansion 2.
In your rule (assuming it is a Dashboard Extender) which is executing
the Complete for the Workspace, you can check to see whether those
Workflows are complete or not with the following: Dim wfClusterPk As
WorkflowUnitClusterPk =
BRApi.Workflow.Gener...