mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3801] Added source links for proc services cloud and insights docs * [ADF-3801] Updated title in line with doc file name change
1.2 KiB
1.2 KiB
Title, Added, Status
Title | Added | Status |
---|---|---|
Diagram Component | v2.0.0 | Active |
Diagram Component
Displays process diagrams.
Basic Usage
This component shows the diagram of a process.
<adf-diagram
[processDefinitionId]="processDefinitionId">
</adf-diagram>
The below component shows the diagram of a running process instance with the activities highlighted according to their state (Active/Completed/Pending).
<adf-diagram
[processInstanceId]="processInstanceId">
</adf-diagram>
Class members
Properties
Name | Type | Default value | Description |
---|---|---|---|
height | number |
500 | |
metricColor | any |
||
metricPercentages | any |
||
metricType | string |
"" | |
processDefinitionId | any |
||
processInstanceId | any |
||
width | number |
1000 |
Events
Name | Type | Description |
---|---|---|
error | EventEmitter <Object> |
|
success | EventEmitter <Object> |