Reusing scenarios and passing data
SAP Intelligent RPA provides activities to start one scenario from another scenario. To do this, we can use the Start activity available under the Scenario activity group in the Activities panel, as shown in the following screenshot:
We will be using this activity to start the workflows created for each of the subprocesses. Let's first create a new workflow called SAPInvoicePosting
using the same method to create previous workflows.
Execute the following steps to include existing workflows in this workflow:
- Create a new workflow with the name
SAPInvoicePosting
under theGLOBAL
node in the Workflow perspective.Important Note
The workflow name should be unique within the hierarchy. If you already have a workflow with the same name, rename the existing
SAPInvoicePosting
workflow toSAPSingleInvoicePosting
and then create a new workflow with...