(sentinelId: string)
| 48 | } |
| 49 | |
| 50 | export function extractParallelIdFromSentinel(sentinelId: string): string | null { |
| 51 | return SubflowNodeIdCodec.extractParallelIdFromSentinel(sentinelId) |
| 52 | } |
| 53 | |
| 54 | /** |
| 55 | * Build branch node ID with subscript notation |
no outgoing calls
no test coverage detected