Free cookie consent management tool by TermsFeed Configure a Robotic Task [Appian RPA v9.8]
Page not found in the selected version; redirected to the home page.
Configure a Robotic Task
The capabilities described on this page are included in Appian's standard capability tier. Usage limits may apply.

Required role: Developer or Administrator

This page describes how to configure a robotic task. Robotic task configuration is organized into three tabs:

  • Edit up arrow: Settings for robotic task definition and variables.
  • General Information up arrow: General settings for the robotic task itself, including name, priority, description.
  • Advanced Configuration up arrow: Settings related to custom code, including technical settings such as the repository and technology that power the robotic task. This tab also allows you to manage support files.

You configure these settings when you create a robotic task. You can change these settings at any time.

Process Overview

To configure a robotic task:

  1. In the list of design objects, find the robotic task you want to configure in the list and click its name. A new window displays and you are brought to the robotic task configuration screen.
  2. Configure the Edit settings. up arrow
  3. Configure the General Information settings. up arrow
  4. Configure the Advanced Configuration settings. up arrow (Optional)
  5. Click SAVE CHANGES in the toolbar.

The following image highlights the interface elements that you use to set up a robotic task definition:

  1. Palette
  2. Navigation options
  3. Sections
  4. Action Configuration
  5. Variables
  6. Test
  7. Task Recorder

1. Palette

Similar to the Interface Designer, the Palette shows you the actions that are available to add to the robotic task. Use the search bar to quickly find an action by name, or browse the list of actions within each low-code module.

The Action Group action is part of the General module and can help you organize actions that work together to achieve a desired outcome. For example, you may want to organize your robotic task definition so that login actions are contained in an action group. To add an action group to the robotic task definition, click and drag Action Group from the Palette to a section.

Tip:  As a best practice, limit each action in your robotic task to 12 or fewer nested actions. Having more than 12 nested actions can lead to performance problems. Instead, split the robotic task into smaller robotic subtasks to prevent problems from occurring.

2. Navigation options

At the top of the robotic task definition, you'll find options to help you find what you're looking for:

  • Collapse all action groups to see the task at a high level.
  • Expand all action groups and conditions to see the whole hierarchy of the robotic task definition.
  • Search to locate specific actions in the robotic task definition. Search is helpful when you need to make targeted changes in larger tasks, such as bulk changes or refactors. Search reveals which actions have configurations that match your search query, so you know which actions to update to keep the robotic task operational. The search capability also looks for matches in expressions within action configurations.

rpa-workflow-navigation.png

3. Sections

By default, every robotic task definition has a Setup, Main, and a Clean up section. Click the arrow in the section's toolbar to expand or collapse that section.

Within each section, you can drag and drop actions to new positions or delete an action by hovering over the action and clicking Delete action.

Setup section: Certain tasks may need to be completed to prepare the robot for an item execution. You can define those actions in the setup section of the robotic task definition. If you use credentials in a setup section, the credentials are reserved and won't be released until the clean up section successfully completes. This may impact credential availability if the setup and clean up sections are skipped for consecutive executions. See Execution Settings to learn more about how the robotic task behaves when the setup and clean up sections are skipped for consecutive executions.

Clean up section: Whether the robotic task ended successfully or not, the end of an execution is a good moment to close the applications that the robotic task has opened or send the files generated during execution to the server. It's important to reset the robot to its previous conditions so subsequent robotic tasks can execute successfully. Without consistent starting conditions, other robotic tasks may not be able to start or complete. Remember that the steps you configure in this section only apply to the robotic task you're currently configuring. You don't need to add the clean up section to your main robotic task definition. The robotic task will always execute the clean up actions.

rpa-cleanup-section.png

Tip:  If the same robotic task executes multiple times consecutively, you have the option to skip the setup and clean up sections for faster executions.

4. Action Configuration

When you add an action to the robotic task definition, the configuration options appear in the Action Configuration pane. The configuration options vary based on the action you're adding.

See the action documentation for details on each action's configuration options:

5. Variables

You can use robotic task variables to pass data between robotic task definition actions and other design objects like process models and interfaces. The robotic Variable grid should look familiar if you've worked with rule inputs in the Expression Editor or Interface Designer.

It's simple to reference your variables in a robotic task. Text fields that are found in the configuration options for robotic task actions allow you to select from a variable picker. Use the variable picker to choose a variable as a value for your robotic task. What's more, when you rename variables, Appian automatically updates their names throughout your entire robotic task.

See the Robotic Task Variables topic for more detailed information.

To create a variable in a robotic task:

  1. Click New Variable in the VARIABLES section.
  2. Configure the variable details:
    • Name: The name you will use to reference the variable. Only letters, numbers, and underscores are supported.
    • Type: The data type of the variable. The Credential type is used to reserve credentials for use in robotic subtasks.
      • Note: The following system types cannot be selected for a robotic task variable type: Encrypted Text, Time, complex system data types, and hidden CDTs. See the Data Types page for a complete list of system data types.
    • Array (multiple value): Optional. Indicates if the variable can contain multiple values.
    • Initial Value: Optional except for variables of type Dropdown. The default value of the variable at the start of the task.
    • Parameter: Optional except for variables of type Password and Dropdown. Indicates if the variable can pass values to the robotic task before it executes. Before the robotic task executes, the user will be prompted to provide an input.
    • Required: Optional. Requires a parameterized variable to have a value before a robotic task starts.
  3. Click Create.

6. Test

The Test button launches the debugging tool to where you can go through the robotic task definition action-by-action and isolate where issues might arise. See the Troubleshoot Appian RPA topic for detailed information about the debugging process.

7. Task Recorder

The robotic task definition supports the task recorder tool. The task recorder can automatically record your browser interactions and translate them into robotic task actions. You can start a recording from a section, action group, or conditional flow path.

To start a recording:

  1. Hover over a section or an action group heading to reveal the Start Recording task-recorder-icon.png icon.
  2. Click Start Recording task-recorder-icon.png.
  3. Before you can begin recording, choose an available Robot and Browser.
  4. Enter the webpage to visit in the Navigate to URL field.
  5. Click OK.

See also

Open in Github Built: Wed, May 08, 2024 (07:57:10 PM)

Configure a Robotic Task

FEEDBACK