(id: string)
| 111 | * returning the original workflow-level subflow ID. |
| 112 | */ |
| 113 | export function stripOuterBranchSuffix(id: string): string { |
| 114 | return SubflowNodeIdCodec.stripOuterBranchSuffix(id) |
| 115 | } |
| 116 | |
| 117 | /** |
| 118 | * Finds the effective (possibly cloned) container ID for a subflow, |
no outgoing calls
no test coverage detected