(originalId: string, branchIndex: number)
| 96 | * Builds a stable ID for an output scoped to a global outer parallel branch. |
| 97 | */ |
| 98 | export function buildOuterBranchScopedId(originalId: string, branchIndex: number): string { |
| 99 | return SubflowNodeIdCodec.buildOuterBranchScopedId(originalId, branchIndex) |
| 100 | } |
| 101 | |
| 102 | /** |
| 103 | * Builds a cloned subflow ID from an original ID and outer branch index. |
no outgoing calls
no test coverage detected