Fix documentation Process/Task

This commit is contained in:
mauriziovitale84
2016-11-25 19:09:05 +00:00
committed by Mario Romano
parent e127837bcc
commit 74fb64458c
2 changed files with 0 additions and 21 deletions
@@ -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:
@@ -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: