Forum Discussion
ChrisR1ch
1 year agoNew Contributor III
I'm having a problem getting a list of all workflow profiles, to be able to loop through and pull Access Group and Maintenance Group. Can you give me or direct me to a snippet of code that will return that list.
KarlT
OneStream Employee
1 year agoThis function should help
BRApi.Workflow.Metadata.GetRelatives(si, cubeRootCluster, WorkflowProfileRelativeTypes.Descendants, WorkflowProfileTypes.BaseAndParentInputProfiles)
Related Content
- 9 months ago
- 2 years ago
- 1 year ago