(id: string)
| 8 | } from '@/executor/utils/subflow-utils' |
| 9 | |
| 10 | function normalizeLookupId(id: string): string { |
| 11 | return SubflowNodeIdCodec.normalizeLookupId(id) |
| 12 | } |
| 13 | |
| 14 | function extractBranchSuffix(id: string): string { |
| 15 | return SubflowNodeIdCodec.extractBranchSuffix(id) |