Shows all the information related to a process instance.
<adf-cloud-process-header
[appName]="appName"
[processInstanceId]="processInstanceId">
</adf-cloud-process-header>
| Name | Type | Default value | Description |
|---|---|---|---|
| appName | string | "" | (Required) The name of the application. |
| processInstanceId | string | (Required) The id of the process instance. |
The component populates an internal array of
CardViewModel with the information to display.
By default all properties are displayed:
id, name, status, initiator, startDate, lastModified, parentId, businessKey.
However, you can also choose which properties to show using a configuration in app.config.json:
"adf-cloud-process-header": {
"presets": {
"properties" : [ "name", "status", "initiator", "parentId"]
}
}
With this configuration, only the four listed properties will be shown.
You can also define the date format of the date properties using a configuration in app.config.json:
"adf-cloud-process-header": {
"defaultDateFormat": "full"
}
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.