mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [AAE-1260] Add changes detection for ProcessHeaderCloud when a process is cancelled * [AAE-1260] Add service documentation * [AAE-1260] fix typo * [AAE-1260] Fix unit tests * [AAE-1260] delete process header cloud service
2.3 KiB
2.3 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Process Cloud Service | v3.0.0 | Experimental | 2019-03-15 |
Process Cloud Service
Manages cloud process instances.
Class members
Methods
-
getBasePath(appName:
string
):string
- appName:
string
- - Returns
string
-
- appName:
-
getProcessInstanceById(appName:
string
, processInstanceId:string
):Observable
<
ProcessInstanceCloud
>
Gets details of a process instance.- appName:
string
- Name of the app - processInstanceId:
string
- ID of the process instance whose details you want - Returns
Observable
<
ProcessInstanceCloud
>
- Process instance details
- appName:
-
cancelProcess(appName:
string
, processInstanceId:string
):Observable
<
ProcessInstanceCloud
>
Cancels a process instance.- appName:
string
- Name of the app - processInstanceId:
string
- ID of the process instance whose details you want - Returns
Observable
<
ProcessInstanceCloud
>
- Process instance details
- appName:
Details
The methods work in much the same way as the equivalent methods in the Process list Cloud Component but they use the cloud variants of the classes for return values. See the Process list Cloud Service page for usage examples.