(nodeId: string)
| 89 | * from a node ID, returning the original workflow-level block ID. |
| 90 | */ |
| 91 | export function stripCloneSuffixes(nodeId: string): string { |
| 92 | return SubflowNodeIdCodec.stripCloneSuffixes(nodeId) |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Builds a stable ID for an output scoped to a global outer parallel branch. |
no outgoing calls
no test coverage detected