Forum Discussion
Krishna
2 years agoValued Contributor
Shivangi - Could you please provide more details what are you trying to achieve ? The Si.WorkflowClusterPk will get you the current selection of WFP. As JackLacava mentioned there are other methods to get the WFP information. Example Parent or descendants. See below example.
'Get the Workflow and Loop through with Text 1 Value
Dim gTime As String = BRApi.Workflow.General.GetGlobalTime(si)
Dim scenario As String = "Actual"
Dim wfClusterPk2 As WorkflowUnitClusterPk = BRApi.Workflow.General.GetWorkflowUnitClusterPk(si, _
"Total Corporate", scenario, gTime)
Dim objList As List(Of WorkFlowProfileInfo) = BRApi.Workflow.Metadata.GetRelatives(si, _
wfClusterPk2, WorkflowProfileRelativeTypes.Descendants, _
WorkflowProfileTypes.InputImportChild)
Related Content
- 3 months ago
- 11 months ago
- 2 years ago
- 2 years ago