mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [ADF-4249] Doc review updates * [ADF-4249] Updated doc index pages * [ADF-4249] Minor corrections to un/claim task docs
1.5 KiB
1.5 KiB
Title, Added, Status, Last reviewed
| Title | Added | Status | Last reviewed |
|---|---|---|---|
| Process List Cloud Service | v3.0.0 | Experimental | 2019-03-25 |
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 Activiti 7, you must add the list of apps you want to use in app.config.json .
For example :
"alfresco-deployed-apps" : [{"name": "simple-app"}]