Return ID of process config at creation or duplication#196
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthrough
ChangesProcess-config UUID return
Sequence Diagram(s)sequenceDiagram
participant Client
participant ExploreController
participant ExploreService
participant monitorService
Client->>ExploreController: POST create/duplicate process-config
ExploreController->>ExploreService: createProcessConfig/duplicateProcessConfig(...)
ExploreService->>monitorService: compute UUID
monitorService-->>ExploreService: UUID
ExploreService-->>ExploreController: UUID
ExploreController-->>Client: 200 OK with UUID body
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
antoinebhs
left a comment
There was a problem hiding this comment.
small UT to verify return of controlleR?
|



PR Summary