Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
ayan_pandey
Advisor
Advisor
696
Move your workflow definitions from SAP IPD to SAP EPD in 7 easy steps:

  1. Open the WebIDE, access your Workflow definitions in SAP Intelligent Product Design-Collaboration(NEO), and perform Export

  2. Exporting action will save the Workflow Definition in your local file store

  3. Then, open the SAP Business Application Studio, follow the following documentation for modelling workflow (point-1, 2).

  4. Import the Workflow definitions (one file at a time) in your new Project (Enterprise Product Development(CF)

  5. In all the user tasks, an adaption has to be made related to the HTML5 App Name and the SAPUI5 Component  - documentation (point-3)

  6. In the script tasks where the collaboration application URL is mentioned, an adaption has to be made. Replace <YOUR_FLP_URL> with the URL of your EPD URL from IPD URL - example documentation (point-4)

  7. Build and deploy your project to the EPD account - documentation (point-5)


Note: This is applicable for the Workflow definitions, not for the running or completed workflow instances or tasks.