From b60e97bc86c93a46a5df6f7dc7e0b8ec00b225a6 Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Tue, 12 Feb 2019 20:31:36 +0000 Subject: [PATCH] [ADF-4008] Add available columns to Process List Cloud documentation (#4309) --- docs/process-services-cloud/process-list-cloud.component.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/process-services-cloud/process-list-cloud.component.md b/docs/process-services-cloud/process-list-cloud.component.md index fe482304bf..1b1daeb7e8 100644 --- a/docs/process-services-cloud/process-list-cloud.component.md +++ b/docs/process-services-cloud/process-list-cloud.component.md @@ -78,7 +78,7 @@ You can define a custom schema for the list in the `app.config.json` file and ac `presetColumn` property as shown below: ```json -"adf-cloud-process-list": { +"`adf-cloud-process-list`": { "presets": { "customSchema": [ { @@ -144,6 +144,9 @@ information defined in `app.config.json` as in the example below: ``` +These are all the available columns that can be displayed in this component: +**_appName_**, **_businessKey_**, **_description_**, **_id_**, **_initiator_**, **_lastModified_**, **_processName_**, **_parentId_**, **_processDefinitionId_**, **_processDefinitionKey_**, **_startDate_** and **_status_**. + ### Setting Sorting Order for the list You can specify a sorting order as shown in the example below: