` | Emitted when the form associated with the task is completed. |
+
diff --git a/lib/process-services/i18n/en.json b/lib/process-services/i18n/en.json
index 15b76fe336..93b6c3e442 100644
--- a/lib/process-services/i18n/en.json
+++ b/lib/process-services/i18n/en.json
@@ -161,6 +161,11 @@
"EMPTY-LIST": {
"HEADER": "No files are available"
}
+ },
+ "STANDALONE_TASK":{
+ "NO_FORM_MESSAGE": "No forms attached",
+ "COMPLETE_TASK_MESSAGE": "Task {{taskName}} completed",
+ "COMPLETE_TASK_SUB_MESSAGE": "No forms to be added"
}
},
"ADF_PROCESS_LIST": {
diff --git a/lib/process-services/styles/_index.scss b/lib/process-services/styles/_index.scss
index 0367b78a89..79f5c206bb 100644
--- a/lib/process-services/styles/_index.scss
+++ b/lib/process-services/styles/_index.scss
@@ -8,6 +8,7 @@
@import '../task-list/components/start-task.component';
@import '../task-list/components/task-filters.component';
@import '../task-list/components/task-header.component';
+@import '../task-list/components/task-standalone.component';
@import '../app-list/apps-list.component';
@mixin adf-process-services-theme($theme) {
@@ -22,4 +23,5 @@
@include adf-process-attachment-list-theme($theme);
@include adf-task-attachment-list-theme($theme);
@include adf-apps-theme($theme);
+ @include adf-task-standalone-component-theme($theme);
}
diff --git a/lib/process-services/task-list/components/task-details.component.html b/lib/process-services/task-list/components/task-details.component.html
index f7e393dd7a..bd832d61c3 100644
--- a/lib/process-services/task-list/components/task-details.component.html
+++ b/lib/process-services/task-list/components/task-details.component.html
@@ -38,16 +38,18 @@
(formLoaded)='onFormLoaded($event)'
(error)='onFormError($event)'
(executeOutcome)='onFormExecuteOutcome($event)'>
- Please select a Task
+
+
{{ 'ADF_TASK_LIST.DETAILS.MESSAGES.CLAIM' | translate }}
-