@if (processDefinitionLoaded && !isFormCloudLoading) { @if (showTitle) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.TITLE' | translate }} } @if (errorMessageId) { {{ errorMessageId | translate }} } @if (!isProcessDefinitionsEmpty) {
@if (showSelectProcessDropdown) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.LABEL.TYPE' | translate }}
{{ getProcessDefinitionValue(processDef) }}
@if (processDefinition.hasError('required')) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.ERROR.PROCESS_DEFINITION_REQUIRED' | translate }} }
} {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.LABEL.NAME' | translate }} @if (processInstanceName.hasError('required')) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.ERROR.PROCESS_NAME_REQUIRED' | translate }} } @if (processInstanceName.hasError('maxlength')) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.ERROR.MAXIMUM_LENGTH' | translate: { characters: maxNameLength } }} } @if (processInstanceName.hasError('pattern')) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.ERROR.SPACE_VALIDATOR' | translate }} }
@if (hasForm) { } @else if (hasScreen) { } @else { }
} @else { @if (processDefinitionLoaded) { {{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.NO_PROCESS_DEFINITIONS' | translate | uppercase }} } }
} @else {
}
@if (showCancelButton) { } @if (showStartProcessButton$ | async) { }