mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4155] ProcessServiceCloud - show AppList when service is missing (#4462)
* [ADF-4155] ProcessServiceCloud - show AppList when service is missing * [ADF-4155] - lint * [ADF-4155] - move docs content * [ADF-4155] - reset unnecesary doc file changes * [ADF-4155] - fix unit tests * [ADF-4155] AppListCloudComponent - Fix unit test * [ADF-4155] - remove calls reset * [ADF-4155] - skip app list test * [ADF-4155] - fix unit test * [ADF-4155] - app- list unit test
This commit is contained in:
committed by
Maurizio Vitale
parent
77bad96d0d
commit
0b1e5d31d8
@@ -7,7 +7,7 @@ Last reviewed: 2019-02-06
|
||||
|
||||
# [Process List Cloud Service](../../../lib/process-services-cloud/src/lib/process/process-list/services/process-list-cloud.service.ts "Defined in process-list-cloud.service.ts")
|
||||
|
||||
Searches processes.
|
||||
Searches processes.
|
||||
|
||||
## Class members
|
||||
|
||||
@@ -23,3 +23,15 @@ Searches processes.
|
||||
Note that for a call to `getProcessByRequest`, the
|
||||
[`ProcessQueryCloudRequestModel`](../../../lib/process-services-cloud/src/lib/process/process-list/models/process-cloud-query-request.model.ts) object
|
||||
must at minimum have the `appName` property correctly set.
|
||||
|
||||
## Activiti 7
|
||||
|
||||
If you are generating a project for activiti7 you need to add in the **app.config.json** the list of the apps that you desire to use.
|
||||
|
||||
For example :
|
||||
|
||||
```json
|
||||
"alfresco-deployed-apps" : [{"name": "simple-app"}]
|
||||
```
|
||||
|
||||
For more information about the app list component refer to the [documentation](https://github.com/Alfresco/alfresco-ng2-components/blob/development/docs/process-services-cloud/app-list-cloud.component.md)
|
||||
|
Reference in New Issue
Block a user