mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
* [ADF-1769] Added prop tables and fixed script * [ADF-1769] Corrected JSDoc formatting errors * [ADF-1769] Restored default column to prop tables
20 lines
626 B
Markdown
20 lines
626 B
Markdown
# Process Instance Details Header component
|
|
|
|
Sub-component of the process details component, which renders some general information about the selected process.
|
|
|
|

|
|
|
|
## Basic Usage
|
|
|
|
```html
|
|
<adf-process-instance-header
|
|
processInstance="localProcessDetails">
|
|
</adf-process-instance-details>
|
|
```
|
|
|
|
### Properties
|
|
|
|
| Name | Type | Default value | Description |
|
|
| ---- | ---- | ------------- | ----------- |
|
|
| processInstance | `ProcessInstance` | | (**required**) Full details of the process instance to display information about. |
|