@if (processDefinitionLoaded) {
@if (showTitle) {
{{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.FORM.TITLE' | translate }}
}
@if (errorMessageId) {
{{ errorMessageId | translate }}
}
@if (!isProcessDefinitionsEmpty) {
@if (hasForm) {
} @else {
}
} @else {
@if (processDefinitionLoaded) {
{{ 'ADF_CLOUD_PROCESS_LIST.ADF_CLOUD_START_PROCESS.NO_PROCESS_DEFINITIONS' | translate | uppercase }}
}
}
} @else {
}
@if (showCancelButton) {
}
@if (showStartProcessButton$ | async) {
}