diff --git a/docs/.DS_Store b/docs/.DS_Store index 648749ffc5..c7c2f27add 100644 Binary files a/docs/.DS_Store and b/docs/.DS_Store differ diff --git a/docs/docassets/images/adf-task-form-cloud-1.png b/docs/docassets/images/adf-task-form-cloud-1.png new file mode 100644 index 0000000000..0e1443bb23 Binary files /dev/null and b/docs/docassets/images/adf-task-form-cloud-1.png differ diff --git a/docs/docassets/images/adf-task-form-cloud-2.png b/docs/docassets/images/adf-task-form-cloud-2.png new file mode 100644 index 0000000000..6fe3361362 Binary files /dev/null and b/docs/docassets/images/adf-task-form-cloud-2.png differ diff --git a/docs/docassets/images/adf-task-form-cloud-3.png b/docs/docassets/images/adf-task-form-cloud-3.png new file mode 100644 index 0000000000..a0fd1287f0 Binary files /dev/null and b/docs/docassets/images/adf-task-form-cloud-3.png differ diff --git a/docs/process-services-cloud/components/task-form-cloud.component.md b/docs/process-services-cloud/components/task-form-cloud.component.md index 954cdb4f47..84c720406a 100644 --- a/docs/process-services-cloud/components/task-form-cloud.component.md +++ b/docs/process-services-cloud/components/task-form-cloud.component.md @@ -9,6 +9,17 @@ Last reviewed: 2019-04-17 Shows a [`form`](../../../lib/process-services-cloud/src/lib/form/models/form-cloud.model.ts) for a task. +Shows Cancel, Save, Complete, Claim and Release buttons. Cancel, Save and Complete buttons are always present. Claim and Release buttons are present according to user's permissions and task's condition (Claimed, Completed etc). + +![Task form cloud component screenshot](../../docassets/images/adf-task-form-cloud-1.png) + +The following example shows the buttons that are visible when the task's condition is released and the user has the admin permissions + +![Task form cloud component screenshot](../../docassets/images/adf-task-form-cloud-3.png) + +Save and Complete buttons get disabled when at least one of the form's inputs are invalid. +![Task form cloud component screenshot](../../docassets/images/adf-task-form-cloud-2.png) + ## Basic Usage ```html