@alfresco/adf-process-services-cloud 8.4.0-18007979343 → 8.4.0-18010361913

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.
@@ -13457,7 +13457,7 @@ class StartProcessCloudComponent {
13457
13457
  selectProcessDefinitionByProcessDefinitionName(processDefinitionName) {
13458
13458
  this.filteredProcesses = this.getProcessDefinitionListByNameOrKey(processDefinitionName);
13459
13459
  this.isFormCloudLoading = this.isProcessFormValid && this.filteredProcesses && this.filteredProcesses.length === 1;
13460
- if (!this.isFormCloudLoading) {
13460
+ if (this.isFormCloudLoading) {
13461
13461
  this.setProcessDefinitionOnForm(this.filteredProcesses[0].name);
13462
13462
  }
13463
13463
  }