@alfresco/adf-process-services-cloud 8.4.0-18004620407 → 8.4.0-18005413718

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.
@@ -13339,7 +13339,7 @@ class StartProcessCloudComponent {
13339
13339
  }
13340
13340
  }
13341
13341
  get disableStartButton() {
13342
- return !this.appName || !this.processDefinition.valid || this.isProcessStarting || this.isFormCloudLoading;
13342
+ return !this.appName || !this.processDefinition.valid || this.isProcessStarting || this.processDefinitionLoaded === false;
13343
13343
  }
13344
13344
  get isProcessDefinitionsEmpty() {
13345
13345
  return !this.processDefinitionList.length;