UiPath Documentation
task-capture
2020.10
false
Task Capture
  • Notas relacionadas
    • 2020.10
      • 2020.10.9
      • 2020.10.8
      • 2020.10.7
      • 2020.10.6
      • 2020.10.5
      • 2020.10.4
      • 2020.10.3
      • 2020.10.2
      • 2020.10.1
  • Primeros pasos
  • Requisitos de hardware y software
  • Instalación y configuración
  • Trabajar con Task Capture
  • Recursos adicionales
Importante :
La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Crear tu propia plantilla de Word

Besides managing existent templates, in Task Capture you can create your own template and use it for exporting PDDs.

Para ello, siga uno de los siguientes métodos:

  • Ajusta el diseño y la estructura de acuerdo con tu marca y necesidades en una plantilla predeterminada. De esta manera, será más fácil asegurarse de que todos los marcadores de posición necesarios estén añadidos.

  • Crear tu propia plantilla desde cero

Para hacer esto:

  1. Utilice la plantilla de Word de su empresa actual o cree una aplicando los estilos y secciones necesarios.
  2. Copia y pega los marcadores de posición necesarios de la lista de abajo.

Añade solo los bucles / ciclos que necesitas tener en tu PDD exportado. Ninguno de los siguientes marcadores de posición es obligatorio.

{TITLE} - title of the document
{DESCRIPTION} - description of the document
{AUTHOR} - author of the document
{PROCESS_DATE}
{PROCESS_EXECUTION_TIME}
{TOTAL_APPLICATIONS_COUNT}
{TOTAL_WINDOWS_COUNT}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#APPLICATIONS}
    {NAME}
    {TOTAL_ACTIONS_COUNT}
    {TOTAL_CLICKS}
    {TOTAL_HOTKEYS}
    {TOTAL_TEXT_ENTRIES}
    {TOTAL_KEYS_PRESSED}
    {TOTAL_TIME}
    {#WINDOWS}
        {NAME}
        {TOTAL_ACTIONS_COUNT}
        {TOTAL_CLICKS}
        {TOTAL_HOTKEYS}
        {TOTAL_TEXT_ENTRIES}
        {TOTAL_KEYS_PRESSED}
        {TOTAL_TIME}
    {/WINDOWS}
{/APPLICATIONS}

{#WINDOWS}
    {NAME}
    {TOTAL_ACTIONS_COUNT}
    {TOTAL_CLICKS}
    {TOTAL_HOTKEYS}
    {TOTAL_TEXT_ENTRIES}
    {TOTAL_KEYS_PRESSED}
    {TOTAL_TIME}
{/WINDOWS}
{%DIAGRAM} -  insert diagram image
{#SEQUENCELAYOUT}
    {SEQUENCETITLE}
    {SEQUENCEDESCRIPTION} - only applicable for adding values for Business Rule elements in order to describe the workflow. For example,if ‘yes’ then go to ‘sequence1’, if ‘no’ then go to 'sequence2’
    {SEQUENCE_EXECUTION_TIME}

    {#ACTIONLAYOUT}
        {ACTIONTITLE}
        {ACTIONDESCRIPTION}
        {%ACTIONIMAGE} - insert action image
        {ACTION_EXECUTION_TIME};
        {#ACTION_METADATA}
            {ACTION_TYPE}
            {KEY_MODIFIERS}
            {KEY_LOG}
            {KEY}
            {IS_MOUSE}
            {IS_KEYBOARD_INPUT}
            {IS_KEYBOARD_SPECIAL}
            {MOUSE_BUTTON}
        {/ACTION_METADATA}
    {/ACTIONLAYOUT}
{/SEQUENCELAYOUT}Make sure you save the entire loops/cycles structure as the included placeholders do not work outside the designed loops/cycles.
For example, the {NAME} placeholder does not work outside the below loop/cycle.
{#APPLICATIONS}
    {NAME}
    {TOTAL_ACTIONS_COUNT}
    {TOTAL_CLICKS}
    {TOTAL_HOTKEYS}
    {TOTAL_TEXT_ENTRIES}
    {TOTAL_KEYS_PRESSED}
    {TOTAL_TIME}
    {#WINDOWS}
        {NAME}
        {TOTAL_ACTIONS_COUNT}
        {TOTAL_CLICKS}
        {TOTAL_HOTKEYS}
        {TOTAL_TEXT_ENTRIES}
        {TOTAL_KEYS_PRESSED}
        {TOTAL_TIME}
    {/WINDOWS}
{/APPLICATIONS}
{TITLE} - title of the document
{DESCRIPTION} - description of the document
{AUTHOR} - author of the document
{PROCESS_DATE}
{PROCESS_EXECUTION_TIME}
{TOTAL_APPLICATIONS_COUNT}
{TOTAL_WINDOWS_COUNT}
{TOTAL_ACTIONS_COUNT}
{TOTAL_CLICKS}
{TOTAL_HOTKEYS}
{TOTAL_TEXT_ENTRIES}
{TOTAL_KEYS_PRESSED}
{TOTAL_TIME}
{#APPLICATIONS}
    {NAME}
    {TOTAL_ACTIONS_COUNT}
    {TOTAL_CLICKS}
    {TOTAL_HOTKEYS}
    {TOTAL_TEXT_ENTRIES}
    {TOTAL_KEYS_PRESSED}
    {TOTAL_TIME}
    {#WINDOWS}
        {NAME}
        {TOTAL_ACTIONS_COUNT}
        {TOTAL_CLICKS}
        {TOTAL_HOTKEYS}
        {TOTAL_TEXT_ENTRIES}
        {TOTAL_KEYS_PRESSED}
        {TOTAL_TIME}
    {/WINDOWS}
{/APPLICATIONS}

{#WINDOWS}
    {NAME}
    {TOTAL_ACTIONS_COUNT}
    {TOTAL_CLICKS}
    {TOTAL_HOTKEYS}
    {TOTAL_TEXT_ENTRIES}
    {TOTAL_KEYS_PRESSED}
    {TOTAL_TIME}
{/WINDOWS}
{%DIAGRAM} -  insert diagram image
{#SEQUENCELAYOUT}
    {SEQUENCETITLE}
    {SEQUENCEDESCRIPTION} - only applicable for adding values for Business Rule elements in order to describe the workflow. For example, ‘if ‘yes’ then go to ‘sequence1’, if ‘no’ then go to 'sequence2’
    {SEQUENCE_EXECUTION_TIME}

    {#ACTIONLAYOUT}
        {ACTIONTITLE}
        {ACTIONDESCRIPTION}
        {%ACTIONIMAGE} - insert action image
        {ACTION_EXECUTION_TIME};
        {#ACTION_METADATA}
            {ACTION_TYPE}
            {KEY_MODIFIERS}
            {KEY_LOG}
            {KEY}
            {IS_MOUSE}
            {IS_KEYBOARD_INPUT}
            {IS_KEYBOARD_SPECIAL}
            {MOUSE_BUTTON}
        {/ACTION_METADATA}
    {/ACTIONLAYOUT}
{/SEQUENCELAYOUT}Make sure you save the entire loops/cycles structure as the included placeholders do not work outside the designed loops/cycles.
For example, the {NAME} placeholder does not work outside the below loop/cycle.
{#APPLICATIONS}
    {NAME}
    {TOTAL_ACTIONS_COUNT}
    {TOTAL_CLICKS}
    {TOTAL_HOTKEYS}
    {TOTAL_TEXT_ENTRIES}
    {TOTAL_KEYS_PRESSED}
    {TOTAL_TIME}
    {#WINDOWS}
        {NAME}
        {TOTAL_ACTIONS_COUNT}
        {TOTAL_CLICKS}
        {TOTAL_HOTKEYS}
        {TOTAL_TEXT_ENTRIES}
        {TOTAL_KEYS_PRESSED}
        {TOTAL_TIME}
    {/WINDOWS}
{/APPLICATIONS}

Las siguientes variables son valores booleanos (verdadero/falso).

  • {IS_MOUSE}

  • {IS_KEYBOARD_INPUT}

  • {IS_KEYBOARD_SPECIAL}

    Esto significa que no se reemplazan por datos específicos. El contenido del interior de la variable, dependiendo de su valor, se muestra como verdadero o falso.

Por ejemplo:

If you want to add the text This is a mouse event when an action type is a mouse event, the variable should be used like this:

{#IS_MOUSE} This is a mouse event {/IS_MOUSE} Meaning that when the value of {IS_MOUSE} variable is true the desired text is added.

If you want to add text This is NOT a mouse event when an action type is not a mouse event, the variable should be used like this:

{^IS_MOUSE} This is NOT a mouse event {/IS_MOUSE} Meaning that when the value of {is_mouse} variable is false the desired text will be added.

The same logic applies for both {IS_KEYBOARD_INPUT} and {IS_KEYBOARD_SPECIAL} variables.

  1. Save the changes and rename your Word template to template.

  2. Abre Task Capture y ve a Exportar y publicar > Documento de Word > Vista de plantilla.

  1. Mantén el puntero sobre la plantilla predeterminada y haz clic en Editar plantilla.

  1. Se mostrará la ventana emergente Editar plantilla. Haz clic en Aceptar para confirmar la generación de una copia.

  1. A folder that contains the editable copy automatically opens on your PC. Access the template folder.

  1. Paste your Word template (previously renamed to template in Step 3) to replace the existent template file in this folder.

  1. Close the folder.

  2. Vuelve a Task Capture.

  3. Mantén el puntero sobre esta plantilla en la Vista de plantilla y haz clic en el icono Renombrar.

  1. Type in the new name. Click Save.

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado