Skip to main content
Version: Next 🚧

[F] listOperationGroups

function listOperationGroups(
context,
group,
ignoreHierarchy): SdkOperationGroup[]

List all the operation groups inside a client or an operation group. If ignoreHierarchy is true, the result will include all nested operation groups.

Parameters​

ParameterTypeDefault valueDescription
contextTCGCContextundefinedTCGCContext
groupSdkClient | SdkOperationGroupundefinedClient or operation group to list operation groups
ignoreHierarchybooleanfalseWhether to get all nested operation groups

Returns​

SdkOperationGroup[]