Reusing packages from Desktop Studio in Cloud Studio
You can reuse all the development work you did in Desktop Studio in your Cloud Studio projects. To do so, you would need to import your Desktop packages to Cloud Studio as scenarios.
In Cloud Studio parlance, a scenario is a reusable collection of several steps. If you come from the SAP ABAP background, a scenario is like a Function Module.
For JavaScript developers, you can think of a scenario as a function. A productive project of some complexity will usually have several scenarios. When you export a project as a package from Desktop Studio, Desktop Studio scenarios are compiled and exported as a part.
The following screenshot shows that we imported into Cloud Studio the Automatic Creation of Sales Order Requests from Unstructured Data (5LT) store package that we compiled and exported from Desktop Studio earlier.
(1) shows imported Desktop Packages, (2) shows available Scenarios within this package, and (3) shows...