@alfresco/adf-process-services-cloud 8.4.0-18196544992 → 8.4.0-18222784579
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.
|
@@ -13595,7 +13595,7 @@ class StartProcessCloudComponent {
|
|
|
13595
13595
|
this.isProcessStarting = false;
|
|
13596
13596
|
},
|
|
13597
13597
|
error: (err) => {
|
|
13598
|
-
this.errorMessageId = err?.response?.body?.message || 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.ERROR.
|
|
13598
|
+
this.errorMessageId = err?.response?.body?.message || 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.ERROR.START';
|
|
13599
13599
|
this.error.emit(err);
|
|
13600
13600
|
this.isProcessStarting = false;
|
|
13601
13601
|
}
|