---
parser: v2
auto_validation: true
time: 10
tags: [tutorial>beginner, products>sap-business-technology-platform]
primary_tag: products>sap-business-technology-platform
author_name: Kavya M Gowda
author_profile: https://github.com/KavyaGowda-UA
slug: cp-cf-processvisibility-model-accessworkspace
canonical_url: https://developers.sap.com/tutorials/cp-cf-processvisibility-model-accessworkspace
---

# Track the Workflow Using the Process Workspace Application
<!-- description --> Track the workflow in real time and analyze performance indicators to gain insights on the needed improvements.

## Prerequisites
 - Ensure that you have set up **SAP Workflow Management** service to access the **Process Workspace** application. For more information, see the [Set Up Workflow Management in Cloud Cockpit](cp-starter-ibpm-employeeonboarding-1-setup) tutorial.
 - You have created and enhanced a visibility scenario containing a workflow as a process Participant. For more information, see the [Create a Visibility Scenario for a Deployed Workflow](cp-cf-processvisibility-model-configscenario) and [Enhance Your Visibility Scenario for a Deployed Workflow](cp-cf-processvisibility-enhancebusinessscenario) tutorials.
 - You have started a new instance for your workflow. For more information, see the [Create Workflow Instances for Process Visibility](cp-cf-processvisibility-model-workflow) tutorial.
 - you have processed the acquired data by using **Monitor Visibility Scenarios** application. For more information, see the [Monitor Your Visibility Scenarios](cp-cf-processvisibility-model-monitorscenario) tutorial.

## You will learn
  - How to gain visibility on the end-to-end processes of a visibility scenario
You can track the workflow in real-time and analyze the performance indicators to gain insights on the needed improvements.

## Intro
The process visibility capability provides **Process Workspace** to gain visibility on end-to-end processes for line-of-business users. It enables you to track processes in real-time, search and filter instances, analyze performance indicators, and view detailed information about an instance.

---

### Access the Process Workspace


  Open the **Workflow Management** dashboard and choose the **Process Workspace** tile.

  ![Home screen](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/PW.png)


### Analyze performance indicators for a scenario instance


1. In the **Scenarios** table, choose the **Employee Onboarding Process** scenario.

    ![Scenario](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/Scenario-Table.png)

    You can see the process workspace overview page of the **Employee Onboarding Process** scenario as shown below.

    ![Scenario overview page](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/overview.png)

    Above is the default process workspace for a visibility scenario. If you enhance your visibility scenario with more phases, calculated attributes, and performance indicators, you can see a dashboard as shown below. This dashboard can be used to track the workflow instances. For more information on creating and enhancing the visibility scenario, see [Creating a Scenario](https://help.sap.com/viewer/62fd39fa3eae4046b23dba285e84bfd4/Cloud/en-US/df284fd12073454392c5db8913f82d81.html)

      ![Enhanced overview page](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/Enhanced-Workspace.png)

2. Choose one of the tiles to view the details of the workflow instances contributing to the respective performance indicators.

    ![Scenario On track page](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/overview-Ontrack.png)

3. Choose an instance from the table to navigate to the details view of that particular scenario instance.

    ![Performance indicator view](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/PPI - 01.png)

    The scenario instance details view provides detailed information about the selected instance.

    ![Instances view](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/instance-details-view.png)

    In the scenario instance details view, you can view the following:

    - **Information** view displays values of all the attributes that are selected.

    -	**Phases** view displays progress of the workflow, how much time has elapsed, how many more phases and steps are left, and any violations which could bring the instance to risk based on the target cycle time.

      ![Phases](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/Phases.png)

    - **Path** view provides an ordered list or a flow chart to show the progress of the workflow in terms of time taken to traverse from one task to another. This helps the business users to identify the bottlenecks, inconsistencies, and possible causes of the delays in the workflow.

      ![Path](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/Path.png)

    - **Action Logs** view displays the activity logs of actions of the type **Trigger Workflow from SAP Workflow Service**. It displays the name of the action, the status of the action, the user triggering the action, and the time when the action was triggered. The reason for the failure can be seen by clicking the failed icon in action status.

      In this tutorial, actions are not configured for the **Employee Onboarding Process** scenario. Hence, there are no actions logs displayed for this scenario instance.

      ![Action Logs](https://raw.githubusercontent.com/sap-tutorials/btp-adai/main/tutorials/cp-cf-processvisibility-model-accessworkspace/Action-logs.png)


