---
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-discover
canonical_url: https://developers.sap.com/tutorials/cp-cf-workflowmanagement-discover
---

# Discover and Import the Live Process Package
<!-- description --> Use Process Flexibility Cockpit to explore, discover, and import the capital expenditure live process content package from SAP API Business Hub.

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

## You will learn
  - What is a capital expenditure process
  - How to discover capital expenditure live process package and import it

## Intro
SAP Workflow Management allows you to digitize workflows, manage decisions, gain end-to-end process visibility, and configure processes in a low-code approach.

The capital expenditure (CAPEX) process automates CAPEX request approvals in a transparent way and provides end-to-end visibility across all the steps. A workflow is triggered when the capital expenditure request is submitted by the user. This workflow calls business rules to determine number of approval steps based on the amount of investment and other related attributes of the request.

In this tutorial, you can import a sample package with different artifacts using the Process Flexibility Cockpit. For more information, see [Discover and Import Packages](https://help.sap.com/viewer/6f55baaf330443bd8132d071581bbae6/Cloud/en-US/bf54c54a7522465788728e6a33c88a8b.html).

---

### Configure destination


`WM_CF_SPACE_PROVIDER` destination is used in to import live process packages from SAP API Business Hub. This destination is already created upon following the prerequisite, and now you should configure the destination with your trial password.

1. From your global account page, choose the **trial** tile to access your subaccount.

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

2. Click **Connectivity | Destinations** from the left-hand navigation.

    ![Destination screen](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-trialdestination.png)

3. Search for the `WM_CF_SPACE_PROVIDER` destination, then choose the edit icon. In the **Destination Configuration** section, enter your SAP BTP trial user password and save the changes.

    ![Edit Destination](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-editdestination.png)

    ![Destination Password](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-destinationpassword.png)

    Ensure to replace the dummy password that is provided upon running the booster.
    > Ensure that the credentials of the trial user that are entered in the destination do not have **Two Factor Authentication enabled**.

### Navigate to the workflow management home screen

1. Navigate to **Services | Service Marketplace**.

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

2. Search for the **Workflow Management** tile, and choose **Go To Application** to access the workflow management home screen.

    ![Workflow App](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-goto.png)

3. In the **Workflow Management** home screen, choose **Process Flexibility Cockpit** tile.

    ![Workflow Management](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-home.png)


### Discover the capital expenditure package


1. Choose **Discover Packages**.

    ![Discover Packages](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-pfc.png)

2.  Choose the **Sample Capital Expenditure Approval Process** tile.

    ![Process Hub](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-capex.png)



### Import the capital expenditure package


1. Choose **Import**.

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

2. In the confirmation dialog, choose **Import**.

    ![import dialog](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-importconfirm.png)

    > The import operation takes a few minutes for the package to import. If the package import fails for any reason, then you can check the **Import Logs** to identify the cause. Fix the cause and try to import again.

3. Navigate to the **My Live Processes** section.

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

    > You can view the imported **Sample Capital Expenditure Approval Process** package.

    >![Live Processes](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-cf-workflowmanagement-discover/cp-cf-wm-discover-importedcapex.png)


