From 74fb64458c9062c262d9d0d83971b6fcc9c05d17 Mon Sep 17 00:00:00 2001 From: mauriziovitale84 Date: Mon, 21 Nov 2016 10:07:31 +0000 Subject: [PATCH] Fix documentation Process/Task --- .../ng2-activiti-processlist/README.md | 18 ------------------ ng2-components/ng2-activiti-tasklist/README.md | 3 --- 2 files changed, 21 deletions(-) diff --git a/ng2-components/ng2-activiti-processlist/README.md b/ng2-components/ng2-activiti-processlist/README.md index 0ab002ba91..c8f9875c4f 100644 --- a/ng2-components/ng2-activiti-processlist/README.md +++ b/ng2-components/ng2-activiti-processlist/README.md @@ -196,24 +196,6 @@ platformBrowserDynamic().bootstrapModule(AppModule); |`processDefinitionKey`| { processDefinitionKey } The processDefinitionKey of the process. | |`state`| { state } Define state of the processes. Possible values are running, completed and all | |`sort`| { sort } Define sort of the processes. Possible values are created-desc, created-asc, ended-desc, ended-asc | - -Example: - - -```json -{ - appId: '3003', - filter:{ - processDefinitionKey: null, - name:null, - state:'running', - sort: 'created-desc' - } -} -``` - -| Name | Description | -| --- | --- | |`schemaColumn`| {any} List of columns to display in the process instances datatable | Example: diff --git a/ng2-components/ng2-activiti-tasklist/README.md b/ng2-components/ng2-activiti-tasklist/README.md index 99d5df17dc..eb5ea9f3c9 100644 --- a/ng2-components/ng2-activiti-tasklist/README.md +++ b/ng2-components/ng2-activiti-tasklist/README.md @@ -228,9 +228,6 @@ group_x: where the task is assigned to a group where the current user is a membe no value: where the current user is involved | |`state`| { state } Define state of the processes. Possible values are: completed, active | |`sort`| { sort } Define the sort of the processes. Possible values are created-desc, created-asc, due-desc, due-asc | - -| Name | Description | -| --- | --- | | `schemaColumn` | { any[] } optional) JSON object that represent the number and the type of the columns that you want show | Example: