Displays detailed information about a specified process instance

Basic Usage

<adf-process-instance-details 
    [processInstanceId]="YOUR_PROCESS_INSTANCE_ID">
</adf-process-instance-details>

Class members

Properties

NameTypeDefault valueDescription
processInstanceIdstring(required) The numeric ID of the process instance to display.
showRefreshButtonbooleantrueToggles whether to show or hide the refresh button.
showTitlebooleantrueToggles whether to show or hide the title.

Events

NameTypeDescription
errorEventEmitter<any>Emitted when an error occurs.
processCancelledEventEmitter<any>Emitted when the current process is cancelled by the user from within the component.
showProcessDiagramEventEmitter<any>Emitted when the "show diagram" button is clicked.
taskClickEventEmitter<TaskDetailsEvent>Emitted when a task is clicked.

© 2023 Alfresco Software, Inc. All Rights Reserved.