(parallelId: string)
| 28 | } |
| 29 | |
| 30 | export function buildParallelSentinelEndId(parallelId: string): string { |
| 31 | return SubflowNodeIdCodec.buildParallelSentinelEndId(parallelId) |
| 32 | } |
| 33 | |
| 34 | export function isLoopSentinelNodeId(nodeId: string): boolean { |
| 35 | return SubflowNodeIdCodec.isLoopSentinelNodeId(nodeId) |
no outgoing calls
no test coverage detected