You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe it's more feasible to change this to a ResponseEntity<PipelineResponse>; this would need a change in top-api as well, as those methods are overrides.
The text was updated successfully, but these errors were encountered:
For deleteConceptPipelineById one could also think about an option to only partially delete (or better pick up where failed previously because there are already steps present)
The second option could/should be checked in top-frontendstartPipeline.
The following two deletion methods both return a
ResponseEntity<void>
:ConceptPipelineApiDelegateImpl.deleteConceptPipelineById
ConceptClusterApiDelegateImpl.deleteConceptClustersForPipelineId
Maybe it's more feasible to change this to a
ResponseEntity<PipelineResponse>
; this would need a change intop-api
as well, as those methods are overrides.The text was updated successfully, but these errors were encountered: