@meshmakers/octo-services 3.4.380 → 3.4.410
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5715,12 +5715,12 @@ class CommunicationService {
|
|
|
5715
5715
|
}
|
|
5716
5716
|
/**
|
|
5717
5717
|
* Enables or disables debug capture for a pipeline via the dedicated debug
|
|
5718
|
-
* endpoint (`PATCH /pipeline/{id}/debug`).
|
|
5719
|
-
*
|
|
5720
|
-
*
|
|
5721
|
-
*
|
|
5722
|
-
* `appliedToRunningAdapter` is false when the owning adapter is
|
|
5723
|
-
* flag is still persisted and applies on the next deploy).
|
|
5718
|
+
* endpoint (`PATCH /pipeline/{id}/debug`). This is the ONLY way debug capture
|
|
5719
|
+
* is toggled (AB#4364): deploying a pipeline pushes the persisted flag as-is
|
|
5720
|
+
* and never changes it. The endpoint persists the flag exactly as requested
|
|
5721
|
+
* and re-pushes the running adapter, so both enable and disable take effect
|
|
5722
|
+
* immediately. `appliedToRunningAdapter` is false when the owning adapter is
|
|
5723
|
+
* offline (the flag is still persisted and applies on the next deploy).
|
|
5724
5724
|
*/
|
|
5725
5725
|
async setPipelineDebugging(tenantId, pipelineRtId, enabled) {
|
|
5726
5726
|
if (!this.communicationServicesUrl) {
|