mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-3323] Fixed URL path to Typescript source files * [ADF-3323] Fixed and checked broken links caused by previous bug
1.1 KiB
1.1 KiB
Added, Status
Added | Status |
---|---|
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> |