This commit is contained in:
Bartosz Sekula
2025-09-25 13:02:38 +02:00
parent 878fe3c3a3
commit 23db09c15d
@@ -210,7 +210,7 @@ export class StartProcessCloudComponent implements OnChanges, OnInit {
} }
get disableStartButton(): boolean { get disableStartButton(): boolean {
return !this.appName || !this.processDefinition.valid || this.isProcessStarting || this.isFormCloudLoading; return !this.appName || !this.processDefinition.valid || this.isProcessStarting || this.processDefinitionLoaded === false;
} }
get isProcessDefinitionsEmpty(): boolean { get isProcessDefinitionsEmpty(): boolean {