alfresco-ng2-components/docs/insights/diagram.component.md
Andy Stark 73b153e4d9 [ADF-3801] Added source links to proc services cloud and insights docs (#4042)
* [ADF-3801] Added source links for proc services cloud and insights docs

* [ADF-3801] Updated title in line with doc file name change
2018-12-05 14:36:08 +00:00

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>