Create and Design RPA Model

The RPA Model is the a graphical representation of business process and enables you to automate the collection of related and structured activities or tasks that are part of the business process. The RPA Model also allows you to take full control of the execution sequence and the relationship between each activity.

Create RPA Model

Perform the following steps:

  1. Launch ASG-Studio.
  2. Go to the Projects page and select a project in which you want to design an RPA bot.
    • Alternatively, you can create a new project and then add a new RPA Model.
  3. Click the context menu of the project and select Open.
  4. Click the expand collapse icon (>) of the project folder and then go to the RPA Models folder.
  5. Click the context menu icon of the RPA Models folder and select + New, then click RPA Model.
    • Alternatively, click the context menu icon of the project folder and select + New, then click the RPA Model.
  6. Enter the filename of the RPA Model you want to design and click OK.
  7. The RPA model is saved with .bot file format. You can now see the RPA Modeler UI.

Provide a unique file name to identify it later quickly. You can both rename and delete the RPA Model file.

Design RPA Model

You can design the RPA Model using the activities available in the Activates Panel.

Perform the following steps:

  1. Create an RPA Model. Alternatively, you can open an existing RPA Model.
  2. You can add activities to an RPA Model using the following options:
    1. If you are working on a new RPA Model, then do the following:
      1. Drag Start Event from the Element Toolbar and drop it on the visual designer. Keep or change the default action Name.
      2. In the Activates Panel area, expand an Activity Group, then drag an activity and drop them onto the visual designer.
        Keep or change the default display name of the activities.
    2. If you are working on an existing RPA Model, then expand an activity group, drag an activity and drop them onto the visual designer.
  3. Drag and drop more activities from the Activates Panel onto the visual designer and start building your RPA Model.
    • To connect the action shapes, select the first action shape, click and hold the Sequence Flow or Association arrow icon, drag the arrow to the other shape, and then click the second action shape.
  4. Select an activity you have added to the visual designer and do the following:
    • Properties Panel: View, enter, or adjust the properties in the context of the selected activity. The number or complexity of the properties you have to define depends on the complexity level of the activity.
    • Variables Tab: Manage and add the variables you want to use in the RPA Model.
  5. After you finish adding all the activities and adjust their properties, do the following:
    • Drag End Event from the Element Toolbar and drop it on the visual designer.
    • In the Properties Panel, keep or change the default action Name.
    • Connect the last activity to the End Event.
  6. Click Save. The RPA Model is created successfully.
  7. Optionally, click Validate Process in the Element Toolbar to validates each activity you have added to the RPA Model and check any related errors.
  8. Optionally, in the General Toolbar click Export to save the RPA Model in your local folder in JSON file format. Do the following:
    1. In the File Details dialog, enter the name and description of the RPA Model.
    2. Click Publish and then in the Save As dialog specify a location to save the JSON file.
    3. Click Save.

The visual designer available to create an RPA Model is divided into the following sections Activity Panel, Activites Group, General and Element Toolbar, and Logs or Variables Tab. When you add an action to the visual designer, a Properties Panel is also displayed.