dhrn baa0d6da30 [ADF-4947] Array type supported in data table columns (#5165)
* [WIP] [ADF-4947] Array type supported in data table columns

* * removed resolver for aria label

* * process services feature added

* * fixed docs
2019-10-18 00:01:52 +01: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<>
success EventEmitter<>