mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
Fix documentation Process/Task
This commit is contained in:
committed by
Mario Romano
parent
e127837bcc
commit
74fb64458c
@@ -196,24 +196,6 @@ platformBrowserDynamic().bootstrapModule(AppModule);
|
|||||||
|`processDefinitionKey`| { processDefinitionKey } The processDefinitionKey of the process. |
|
|`processDefinitionKey`| { processDefinitionKey } The processDefinitionKey of the process. |
|
||||||
|`state`| { state } Define state of the processes. Possible values are running, completed and all |
|
|`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 |
|
|`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 |
|
|`schemaColumn`| {any} List of columns to display in the process instances datatable |
|
||||||
|
|
||||||
Example:
|
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 |
|
no value: where the current user is involved |
|
||||||
|`state`| { state } Define state of the processes. Possible values are: completed, active |
|
|`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 |
|
|`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 |
|
| `schemaColumn` | { any[] } optional) JSON object that represent the number and the type of the columns that you want show |
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|||||||
Reference in New Issue
Block a user