Forum Discussion
ChrisR1ch
5 months 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
5 months agoContributor III
This function should help
BRApi.Workflow.Metadata.GetRelatives(si, cubeRootCluster, WorkflowProfileRelativeTypes.Descendants, WorkflowProfileTypes.BaseAndParentInputProfiles)
Related Content
- 2 years ago
- 12 months ago