Sub-component of the process details component, which renders some general information about the selected process.
<adf-process-instance-header
processInstance="localProcessDetails">
</adf-process-instance-details>
Name | Type | Default value | Description |
---|---|---|---|
processInstance | ProcessInstance | (required) Full details of the process instance to display information about. |
By default all the properties are displayed: status, ended, category, businessKey, createdBy, created,id, description.
You can customize which properties are displayed using a setting in app.config.json
.
The configuration looks like the following sample:
"adf-process-instance-header": {
"presets": {
"properties" : [ "status", "ended", "created", "id"]
}
}
Only the items in the properties
array will be displayed.
© 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.