action-center
2022.4
false
Action Center
- Notas de versão
- Antes de começar
- Introdução
- Instalação e atualização
- Atividades
- Projetando fluxos de trabalho de longa duração
- Start Job And Get Reference
- Wait for Job and Resume
- Add Queue Item And Get Reference
- Wait For Queue Item And Resume
- Create Form Task
- Wait for Form Task and Resume
- Resume After Delay
- Assign Tasks
- Create External Task
- Wait For External Task and Resume
- Complete Task
- Forward Task
- Get Form Tasks
- Get Task Data
- Add Task Comment
- Update Task Labels
- Ações
- Processos
- Solução de problemas
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
Data de lançamento: 9 de maio de 2022
Novidades
Actions data encryption
- In a continuous process to keep your data safe, starting with this release, you now have the option to encrypt actions linked to newly created actions catalogs. However, the encryption is not applicable retroactively. Find out more details in our documentation.
Editing action properties
- Task priorities may change in your department, thus affecting actions resolution and completion due dates. To help you reorganize your pending workload or to correct descriptive inaccuracies, we offer the option to edit action properties, such as action name or priority. Learn how to create the means for a better action identification by reading our documentation.
Organizing actions with labels
- For rapidly growing Action Center action lists, organizing and tracking actions may become assiduous. We help you overcome this hassle by bringing in the option to label your actions for a better identification, searching, sorting, or filtering operations. You can add as many labels to any type of action, either Unassigned, Pending, or Completed. Find out how in our documentation.
Melhorias
Displaying similar actions for bulk editing
- Remember the Bulk update feature? Here's a little reminder: you could select similar actions (especially designed via the Bulk form designer) and update their data at once. However, if the bulk form layout changed in the meantime, all actions generated by the latest form layout are identified as different actions. So you could not bulk edit an action generated by the previous form layout AND an action generated by the updated form layout. Now, to make things simpler, you have the option to automatically display similar actions that are suitable for bulk editing together. See how in our documentation.
Default permissions for personal workspace folders
- Starting with this release, you can generate actions from the context of a personal workspace folder and have them displayed in the Action Center inbox. This is possible due to the enablement of all Actions and Action Catalogs permissions for the Personal Workspace Administrator role in the corresponding Orchestrator instance.
More action fields for download
- A partir desta versão, você pode baixar um arquivo CSV aprimorado das suas ações. O arquivo baixado contém mais campos para descrever e acompanhar adequadamente suas ações, tais como as operações executadas em cada ação, a primeira vez que o usuário atribuído abriu a ação, ou o trabalho que gerou a ação. Acesse o Action Center e descubra o restante dos campos baixados.
Prerequisite for Action catalogs used in activities
- Only existing action catalogs can now be linked to actions generated by Persistence activities (Create Form Task , Create External Task) or by activities using Generic Tasks APIs (Create Validation Action,Create Classification Action). That is, you need to create the action catalog before generating the action. Otherwise, if you link an action to an action catalog that is not yet created, the action creation fails with the following error message "No task catalog exists with name [action_catalog_name] Error code: 2451 ".
Problemas conhecidos
- While adding an existing label to an action, scrolling down the available labels list does not reach the list end. As an alternative, input the name of the desired label to reduce the length of the labels list.
- Generic browser commands such as go back, go forward, or refresh do not work properly for the Edit properties page in Action Center.
Correções de bugs
- Ações de formulário com campos de listagem com muitos valores carregavam lentamente ou exibiam os campos de formulário incorretamente. Fizemos algumas melhorias de desempenho para evitar a lentidão. Além disso, para aumentar o desempenho do formulário, certifique-se de:
- usar listas suspensas dinâmicas, adicionando o sufixo
dropdownao definir a variável suspensa, - usar o tipo
List<T>para a variável suspensa, em vez de do tipoDictionary<T, T>.
- usar listas suspensas dinâmicas, adicionando o sufixo
- We fixed a bug that was preventing action lists to load after returning from the Admin Settings page in Action Center.
- Usar aspas nos campos de texto de suas ações de formulário limpava o texto após as aspas. Corrigimos este comportamento e você agora poderá usar as aspas sem qualquer alteração de texto.
- Uma correção de desempenho carrega ações de formulário grandes mais rapidamente, e exibe dados de campos imediatamente.
- Data de lançamento: 9 de maio de 2022
- Novidades
- Actions data encryption
- Editing action properties
- Organizing actions with labels
- Melhorias
- Displaying similar actions for bulk editing
- Default permissions for personal workspace folders
- More action fields for download
- Prerequisite for Action catalogs used in activities
- Problemas conhecidos
- Correções de bugs