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 * [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
1.6 KiB
1.6 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Process List Cloud Service | v3.0.0 | Experimental | 2019-02-06 |
Process List Cloud Service
Searches processes.
Class members
Methods
- getProcessByRequest(requestNode:
ProcessQueryCloudRequestModel
):Observable
<any>
Finds a process using an object with optional query properties.- requestNode:
ProcessQueryCloudRequestModel
- Query object - Returns
Observable
<any>
- Process information
- requestNode:
Details
Note that for a call to getProcessByRequest
, the
ProcessQueryCloudRequestModel
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 :
"alfresco-deployed-apps" : [{"name": "simple-app"}]
For more information about the app list component refer to the documentation