Process Viewer

Introduction

The Process Viewer component provides a visual representation of the process flow from a given Case ID or Process relative link.

portal-process-viewer-component

Warning

If a process is designed to not allow users to view it, an error message will be shown instead.

Attributes of this component:

Name

Default

Type

Description

caseId

Long

Case ID.

processLink

String

Process or Case Map relative link.

containerStyleClass

String

Component container style class.

How to Use

You can integrate the Process Viewer component in any page by including following code.

  1. You have to set one of parameters below:

    • caseId: show the process or Case Map of the case has ID equals to caseId.

    <ic:com.axonivy.portal.components.ProcessViewer caseId="000001" containerStyleClass="process-viewer-container" />
    
    • processLink: show the process or Case Map which by its defined relative link.

    <ic:com.axonivy.portal.components.ProcessViewer processLink="/designer/pro/portal-components-examples/182E92730FF57035/start.ivp" containerStyleClass="process-viewer-container" />
    

    Warning

    Sub Case (Technical Case) or Express Workflow Process is not supported.

  2. You can customize the container style by using parameter containerStyleClass

Refer to process ProcessViewerExample in project portal-components-examples for more details.

If you want to customize its style, please refer to Style Customization.