mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-4123] Added service to get process instance details * [ADF-4123] Added process header component * [ADF-4123] Added more properties to model * [ADF-4123] Exported process sidebar * [ADF-4123] Added new process instance details demo component * [ADF-4123] Added tests for module * [ADF-4123] Added tests for process-header * [ADF-4123] Added documentation
1.4 KiB
1.4 KiB
Title, Added, Status, Last reviewed
Title | Added | Status | Last reviewed |
---|---|---|---|
Process Header Cloud Service | v3.0.0 | Experimental | 2019-03-08 |
Process Header Cloud Service
Manages cloud process instances.
Class members
Methods
- 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:
Details
The methods work in much the same way as the equivalent methods in the Processlist Cloud Component but they use the cloud variants of the classes for return values. See the Processlist Cloud Service page for usage examples.