---
parser: v2
auto_validation: true
time: 10
tags: [tutorial>beginner, products>sap-business-technology-platform]
primary_tag: products>sap-business-technology-platform
author_name: Deeksha R
author_profile: https://github.com/Deeksha-R
slug: cp-cf-workflowmanagement-configurepv
canonical_url: https://developers.sap.com/tutorials/cp-cf-workflowmanagement-configurepv
---

# Create and Configure a Process Variant
<!-- description --> Create, configure, and activate a process variant in the imported capital expenditure package using the process flexibility cockpit.

## Prerequisites
- [Set Up Workflow Management in Cloud Cockpit](cp-starter-ibpm-employeeonboarding-1-setup).


## You will learn
- You will learn how to create a process variant
- You will learn how to configure a process variant

## Intro
A process variant consists of multiple process steps configured by a line-of-business expert. You can create multiple process variants depending on the number of approval steps to configure for the capital expenditure approval process.

In this tutorial, you can configure one such approval step and activate a process variant.


---

### Open process variants

1. In the **Process Flexibility Cockpit**, navigate to **My Live Processes** section and choose **Sample Capital Expenditure Approval Process** tile.

    ![CAPEX](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-discover-importedcapex0.png)

2. Choose the **Process Variants** tile.

    ![Variants](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-variantstile.png)


### Create a new variant

1. Choose **New Process Variant**.

    ![New Variant](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-variantnew.png)

2. Provide **High Value Investments** as the **Name**. Then choose **Create**.

    ![High Value Variant](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-variantname.png)

    > The **Process** dropdown is preselected as **`Sample Capital Expenditure Approval Process`**. This process refers to the template from which the new variant will be created. A template contains the process steps that are used to configure the different process variants based on business needs.

3. The new process variant is now created with the given name and default description. Choose the newly created **High Value Investments** process variant tile.

    ![High Value Tile](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-highval.png)

    You are now in the **Manage Process Variants** view.



### Edit the process variant

1. In the **Manage Process Variants** view, add a new approval step to the template by dragging the **Approval** tile from **Available Steps** and drop it after the **Local Manager Approval** step.

    ![Variant Editor](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-approvaldrag.png)

    >Choose the new approval step that opens the **Step Properties**

    >![Variant Editor two](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-newapprovalpng.png)

2. In the **Step Properties** section, modify the name of the step to **`CFO Approval`**.

    ![Variant Editor two](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-properties1.png)

3. Choose the **Details** tab, then change the **Role Name** to **`CFO`** and **Approval Step** to **`CFO`**.

    ![Group Head Details](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-details.png)

    >In the **Details** section, you should provide information on the role of the persona that should perform the approval task.

4. **Save** and **Activate** the process variant.

    ![Variant Activate](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configurepv-activate.png)

5. Navigate to the Workflow Management home screen.

    ![Home screen](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-configurepv/cp-cf-wm-configuredecision-home.png)


---
