@alfresco/adf-process-services-cloud 8.4.0-18000235825 → 8.4.0-18000821448
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.
|
@@ -13391,7 +13391,7 @@ class StartProcessCloudComponent {
|
|
|
13391
13391
|
this.staticMappings = [];
|
|
13392
13392
|
this.isProcessStarting = false;
|
|
13393
13393
|
this.isFormCloudLoaded = false;
|
|
13394
|
-
this.isFormCloudLoading =
|
|
13394
|
+
this.isFormCloudLoading = true;
|
|
13395
13395
|
this.processDefinitionLoaded = false;
|
|
13396
13396
|
this.processForm = new FormGroup({
|
|
13397
13397
|
processInstanceName: new FormControl('', [
|