[ADF-4008] Add available columns to Process List Cloud documentation (#4309)

This commit is contained in:
davidcanonieto
2019-02-12 20:31:36 +00:00
committed by Eugenio Romano
parent 988f51f127
commit b60e97bc86

View File

@@ -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:
</adf-cloud-process-list>
```
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: