Skip to content

acmeportal


acmeportal / utils/groupUtils / GroupUtils

Class: GroupUtils

Defined in: utils/groupUtils.ts:6

Utility functions for working with flow groups

Constructors

Constructor

new GroupUtils(): GroupUtils

Returns

GroupUtils

Methods

findFlowsByGroupPath()

static findFlowsByGroupPath(flows, groupPath): FlowDetails[]

Defined in: utils/groupUtils.ts:13

Find all flows that match a specific group path

Parameters

flows

FlowDetails[]

Array of all available flows

groupPath

string

Group path in format "aaa/bbb/ccc"

Returns

FlowDetails[]

Array of flows that match the group path


getGroupDisplayName()

static getGroupDisplayName(groupPath): string

Defined in: utils/groupUtils.ts:59

Get a formatted display name for a group path

Parameters

groupPath

string

Group path in format "aaa/bbb/ccc"

Returns

string

Formatted display name