Notas da versão Automation 360 v.23 Community Edition

Data da versão: 30 de dezembro de 2021

Veja o que há de novo no Community Edition da versão Automation 360 v.23 (versão 11524). O Build 11524 substitui Build 11513.

Importante: O Build 11524 inclui uma correção para a emissão de desconexões frequentes do dispositivo causadas por carga alta ou pelo bloqueio do banco de dados.

Automatize o espaço de trabalho

Importante: Esta versão inclui uma atualização necessária para o Agente de bot. Certifique-se de concluir a atualização para continuar com suas atividades de automação ao atualizar de uma versão anterior para esta versão.

Atualizar o Agente de bot de forma automática | Atualizar manualmente o Agente de bot

Para verificar qual versão do Agente de bot é compatível com esta versão, consulteAgente de bot compatibilidade.

Novidades
Microsoft Edge (Chromium) supported for Control Room and Agente de bot

You can now perform Control Room operations, and install and register your Agente de bot device using the Microsoft Edge based on Chromium browser.

Requisitos de navegadores para o Automatize o espaço de trabalho

Support to automate Microsoft Edge Chromium with Internet Explorer compatibility mode (Service Cloud case ID: 00767502, 00787186)

You can now automate web applications running on Microsoft Edge Chromium, by enabling the Internet Explorer compatibility mode, using the Universal Recorder where the objects are captured using HTML technology.

Gravar uma tarefa com o Universal Recorder

Support for cross-domain IFrames in Google Chrome and Microsoft Edge Chromium browsers (Service Cloud case ID: 00825656)

You can now capture and automate objects inside a cross-domain IFrame in Google Chrome and Microsoft Edge Chromium browsers by using Recorder > Capture or the Start recording option. After you capture an object inside a cross-domain IFrame, the path to the frame is stored in the FrameDOMXPath property, by default.

The new FrameDOMXPath property identifies the path to the frame in which the object is located. You must select this property to run the bot successfully to capture objects on a cross-domain IFrame.

Nota: This feature is available for the bots you create using the 2.4.0-20211016-070100 version of the Gravador pacote starting from this release.

Pacote Gravador

Support for Capture anchor in AISense Recorder

The AISense Recorder now supports the Capture Anchor option. When you run a bot to search for an object in an application in which the anchor changes frequently, you can use Capture anchor to override the default anchor and manually select an anchor to detect the object.

Editar uma tarefa gravada usando o AISense

Enhanced support when selecting Object property in Gravador pacote

After you capture an object using the Recorder > Capture ação, you can now select a particular object property name from the list of available properties in order to retrieve the value of the object property using the Get property ação. The list includes suggested property names from the search criteria in the Object Properties table.

Pacote Gravador

File ID supported in Check permission ação of Google Drive pacote (Service Cloud case ID: 00777716)

The Check permission ação of the Google Drive pacote now supports the File ID option to refer to files available in the Shared with me folder of Google Drive. By providing the File ID, you can now verify the Read, Write, or Delete access granted to you in the Shared with me folder of the Google Drive files.

Pacote do Google Drive

New Credential pacote

You can now use the Assign ação in the Credential pacote to assign an insecure string or a variable directly to the credential variable.

pacote de credenciais

Web Services security supported in Serviço da Web SOAP pacote (Service Cloud case ID: 00481836)

As a Bot Creator, you can now provide credential variables in the raw data of the SOAP Web service ação. You can create a credential variable, map the credential with a reference name in the credential mapper, and use the reference name in the raw data. Because this ensures that all security-related data can be defined in the Credential Vault and the credentials can be used in bots, you can safely deploy tasks without compromising security.

Exemplo de uso da ação Serviço web SOAP

New option in Serviço da Web SOAP pacote

Use the Build Xpath option in the Serviço da Web SOAP pacote to extract values from the SOAP response. You can now specify the Xpath expression or select the appropriate node from the response body and store the output in a variable.

Read email from shared mailbox in Microsoft Outlook (Service Cloud case ID: 00728579, 00831622)

To automate email-related tasks, you can now select a shared account in Microsoft Outlook so that email messages can be read from the shared mailbox.

New encoding types supported in the Write to file ação of Tabela de dados pacote (Service Cloud case ID: 00767158)
When you use the Write to file ação to write data from a Table type variable to a CSV or TXT file, you can now use the following encoding types from the encoding list:
  • UTF-8: Works as UTF-8 without BOM
  • UTF-8 with BOM (called UTF-8 previously)
  • UTF-16LE
  • Shift-JIS (Japanese encoding)
Auto-save functionality in Editor de bot
In the Editor de bot, when you use ações to build an automation, when a bot is not manually saved, an auto-save is performed and the bot now automatically saves the changes for specific events.
Nota: The auto-save functionality is currently available only for specific events.
Some of the events that support auto-save functionality are as follows:
  • Recorder: When you create a bot with certain ações and click Recorder, the event is saved, and when the recording is complete, the event is automatically saved.
  • Variable manager: When you create or edit a variable to insert it in an ação, the changes are saved.
    Nota: The auto-save functionality is not supported when you delete a variable or insert it by pressing F2 to open the variable list.
  • Actions menu (vertical ellipsis): When you select any ação from this menu, for example Packages, the event is saved automatically. When you make any change to the Packages page and return to the Editor de bot, the event is saved.
  • Find a file: When you click the Find a file icon, the bot is saved if it is not manually saved. Also, after you click the Add option, the bot is automatically saved.
  • Dialog boxes: When a dialog box is opened, it is automatically saved if any changes are made.
    Nota: Auto-save is triggered only for top-level dialog boxes and not for nested dialog boxes.
  • Deleting variables: When you delete unused variables, the event is saved.
  • Bot name change: If you edit the name of a bot, the event is saved.
New option in FTP/SFTP pacote (Service Cloud case ID: 00792346)

Use the Credential option when you connect with the Secure FTP server type to automate a task. You can now use username and password for authentication.

Conectar ação

Enhancement to AISense Recorder

AISense Recorder now supports automation of applications that use Brazilian-Portuguese and a combination of Brazilian-Portuguese and English interfaces.

AISense para gravação de tarefas de aplicativos remotos

Enhancements to Number pacote
  • In the Random ação of the Number pacote, you can now specify and limit the number of decimal digits required in the random number generated in the output.
  • The existing Save the outcome to a number variable field is now renamed as Save the outcome to a variable.

Número pacote

Enhancements to Wait pacote
Use the new Capture region feature in the Wait for screen change ação of the Wait pacote to capture a specific region on an application by drawing a rectangle around it so that the bot automatically captures the coordinates of this region. You can perform the following actions:
  • Capture a specific region on a Windows application.
  • Preview the captured image in the Preview window.
  • Recapture a region if the image in the Preview window is not per user requirement.
The coordinates are renamed as follows:
  • Left is now X
  • Top is now Y
  • Right is now Width
  • Bottom is now Height

Como usar a ação Aguardar alteração da tela

Enhancement to String pacote

In the Extract text ação of the String pacote, you can now extract a substring from a specified source string that occurs more than 1000 times in a file and up to a maximum limit of 999999.

Enhancement to File conditions in If pacote

You can now use the new File extension condition from the Condition list in the If pacote to check the extensions of files and then execute ações based on the results.

Enhancement to Excel avançado pacote (Service Cloud case ID: 00799071)

Use the Open ação of the Excel avançado pacote to open files with .ods, .htm, .html, .mht, .mhtml, .slk, and .pdf extensions.

Excel avançado pacote

Global session support for loop iterator based on Excel avançado

You can now use the Global session option when you loop through each row in an Excel avançado worksheet. Use the Global session option to share a Microsoft Excel session across multiple bots so that you can use the same Excel worksheet across these bots.

Usando a ação Abrir para Excel avançado

New APIs for devices
You can now allocate default devices by using the new APIs introduced in the v1/Devices section. Choose to set or not set a specific device as the default deployment device for a specified user by using the following APIs respectively:
  • /runasusers/default
  • /runasusers/default/unset

Automation Co-Pilot para usuários corporativos

Novidades
New query filter in Query Requests and Query Tasks actions

Use the new filter now available in the Query Requests and Query Tasks ações of the AARI Web pacote to filter query requests and tasks by team name in the Automation Co-Pilot web interface.

Team name filter

You can filter your tasks and requests by team name in the Task and Request pages in the web interface, respectively. Select the Team label from the filter and search by team name to view the teams assigned to a task or request.

Filtrar e pesquisar uma solicitação | Filtrar e pesquisar uma tarefa

Support for audit logs (Service Cloud case ID: 00801166)

You can now view the audit logs and refer to events relating to requests, teams, scheduler, process setups, bot setups, human tasks, and bot tasks that you have created, deleted, updated, submitted, or recovered.

Log de auditoria

Enhancement to user task assignment in Human Task
In the process editor, the Auto-assign this task option in Human Task provides the following alternatives:
  • The user who created the request: The task is automatically assigned to the user creating the request in the web interface.
  • The user who opens this task: The task is automatically assigned to the user who opens the task in the web interface.
This feature helps to reduce conflicts in assigning a task to oneself, particularly in case of specialized users such as Validador for whom the action of opening a task is equivalent to assigning the task to oneself.
Enhancement to team setup
You can now simultaneously add multiple users with similar roles (custom role) to the Automation Co-Pilot team in the web interface. The custom role in the Control Room is now aligned with a team in the Automation Co-Pilot web interface, and the enhanced team setup works as follows:
  • The users added with the role are assigned a Member role in the team. The role cannot be changed to Owner or Admin.
  • You cannot view these users in the Users tab of the Team page.
  • If a user is both part of a role and added manually to the team, their role in the team will be the same as the role assigned to them manually. For example, if a user is a member, they will continue to have the Member role whereas if the user is an owner, they will be assigned the Owner role in the team.
  • If the user is no longer part of a role, the user will also not be a part of the team.

Also, the Team page is now enhanced with navigation options at the top so that you can navigate through the various tabs (General, Users, Roles, Processes, and Bots). Use the General, Users, and Roles tabs to create teams and add users to them. The Processes and Bots tabs display the processes and bots assigned to teams, respectively.

Gerenciamento de equipes | Criar uma equipe e atribuir funções aos membros

Bot setup support

The Automation Co-Pilot Admin can use the Bot Setup page to view the bots that are assigned to a team, assign teams to a bot, and edit bots to remove or reassign teams. Attended Executores de bots who can view all the bots that are checked in to the Public workspace can now view the bots that are assigned to teams in Automation Co-Pilot Desktop Assistant.

Configuração de bot para usuários do Bot Runner

Enhancement to the form logo

You can now use the Logos in footer field to select up to two separate logos that are displayed in the footer of the form during bot runtime.

Add rules to various form elements
When you are creating or editing a form in the form builder, you can now add rules to the following form elements by using the Form rules tab:
  • Checkbox
  • Date
  • Document
  • Dropdown
  • Label
  • Number
  • Password
  • Radio Button
  • Rich Text Editor
  • Text Area
  • Text Box
  • Time

For the Checkbox and Radio Button elements, the rules are triggered only if the corresponding presets are selected. For example, if a form has two mutually exclusive options, such as Yes and No, the rules associated with these options are triggered only when you select one of the two options.

Adicionar regras a elementos do formulário

Updates to triggers

The following triggers are now available to run a bot:

  • Process trigger: Starts a bot when the status of the specified process in Microsoft Windows meets one of the following preset conditions:
    • Starts
    • Stops

    Adicionar um gatilho de processo

  • Service trigger: Starts a bot when the status of the specified service in Microsoft Windows meets one of the following preset conditions:
    • Starts
    • Stops
    • Resumes
    • Pauses
    • Is running
    • Has stopped
    • Is paused

    Adicionar um gatilho de serviço

  • Window trigger: Starts a bot when the specified application window meets one of the following preset conditions:
    • Opens
    • Closes

    Adicionar um gatilho de janela

Discovery Bot

Novidades
Install Agente de bot seamlessly

If you have not already installed the Agente de bot, you are now prompted to install the Agente de bot from the Processes tab. Follow the screen instructions to install the Agente de bot. After the installation, you are prompted to enable a Chrome plug-in in order to proceed with your recording tasks.

Pré-requisitos do Discovery Bot

Enhancement to auto-generated opportunities

You can now begin reviewing an auto-generated opportunity from the Opportunities tab when at least one process recording is submitted for review. Review the auto-generated opportunity and choose to create a custom opportunity from an auto-generated opportunity, as required.

Revisar oportunidades, converter em bot e gerar PDD

New recordings for review for custom opportunity

You can now review new recordings submitted by a Discovery Bot user for a custom opportunity. You can choose to accept or dismiss the recording updates as part of the custom opportunity work flow. This option allows you to quickly and easily review new recordings in real time as the recordings are submitted by the user for that process.

Revisar oportunidades, converter em bot e gerar PDD

Enhancements to Opportunities page

The opportunities page is now updated to include an opportunities evolution map, along with other graphs, to help you review and analyze data for a potential opportunity for automation. Use the opportunities evolution map to help guide you on which opportunities to automate first.

Analisando oportunidades para automação

Download PDD document from the Recordings page

You can now download and export a PDD document from the Recordings page. After you submit a recording for an analyst to review, the PDD begins processing in the background automatically. When the PDD is generated, the field changes from Processing PDD to Download. You can now choose to download the document in Word format, PDF, or both. An email notification to the business user is also sent to the email address on file. The Download PDD for Word or PDF document is also available for a custom opportunity from the Opportunities list table.

Revisar oportunidades, converter em bot e gerar PDD

Limitações
No Community Edition e na versão de avaliação gratuita, se cinco processos forem criados pelo usuário e depois excluídos, a oportunidade gerada automaticamente falhará quando a gravação for submetida ao sexto processo.

Alternativa: Crie um novo usuário para o Community Edition e avaliação gratuita para criar novos processos e oportunidades.

IQ Bot

Novidades
Automação de documento released in Community Edition

Community Edition now offers limited features from the Automação de documento version. This version is integrated with the Control Room comunitária. When you create a learning instance, IQ Bot automatically creates RPA bots to extract and download the data and an Automation Co-Pilot process to manage the end-to-end process. Validation now takes place in Automation Co-Pilot tasks.

Use IQ Bot Community Edition to extract data from invoices in English.

Automação de documento Community Edition

Classifier enhancements

You can now create custom document groups in a learning instance. This reduces the possibility of an OCR failing to detect fields in a document, which will cause the Classifier to create a document group unnecessarily or send the document to a wrong group.

Sobre o classificador