Conversation
Contributor
🤖 AI PR Validation ReportPR Review ResultsThank you for your submission! Here's detailed feedback on your PR title and body compliance:✅ PR Title
✅ Commit Type
✅ Risk Level
✅ What & Why
|
| Section | Status | Recommendation |
|---|---|---|
| Title | ✅ | No change needed |
| Commit Type | ✅ | Optional: explicitly check the revert/fix category if your workflow requires it |
| Risk Level | Add label risk:low |
|
| What & Why | ✅ | Optional: mention restored HL7 operations |
| Impact of Change | Fill in brief impact bullets for clarity | |
| Test Plan | ✅ | No additional tests required for this revert-style manifest change |
| Contributors | Add any contributors if applicable | |
| Screenshots/Videos | ✅ | Not needed |
Passes overall. Recommended risk level is Low, which is not higher than the change suggests. Please add the risk:low label and optionally fill in the impact section for completeness.
Last updated: Thu, 04 Jun 2026 02:28:31 GMT
14 tasks
Contributor
📊 Coverage CheckNo source files changed in this PR. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR restores HL7 operation support in the shared operation-manifest layer by reintroducing HL7 encode/decode as recognized built-in manifest types and mapping them to the HL7 built-in connector group.
Changes:
- Add
hl7decode/hl7encodeto the supported base manifest types list. - Treat HL7 encode/decode as built-in operations (
isBuiltInOperation) so operation info can be resolved consistently. - Add built-in operation metadata entries mapping HL7 encode/decode to
connectionProviders/hl7Operations.
Comment on lines
235
to
+242
| edifactbatchencode, | ||
| edifactdecode, | ||
| chunktext, | ||
| parsedocument, | ||
| parsedocumentwithmetadata, | ||
| chunktextwithmetadata, | ||
| hl7decode, | ||
| hl7encode, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR caused a revert on HL7 manifests: #9142