Exporting from the Discovery Console

Nintex Process Discovery lets you export actionable information in an immediately usable format. This chapter will examine the quick steps for generating Process Discovery files and reports.

Downloading Files from Nintex Process Discovery

How to download a file of a selected process and its variants

Exports are available to download from:

  1. Process Library > select a process > click Download:

  2. Process Library > select a process > click View all occurrences > Select an occurrence > click Download:

Types of Files Available for Download
File type Description

Automation file

Exporting a process as an automated wizard file. This file is used for direct import into NintexRobotic Process Automation Studio for RPA development and implementation.

A file named pd-export.PD will be created and automatically downloaded to your internet browser's default download folder. Save this file to an easily accessible location, and you'll be ready to import it to Nintex Studio.

Discovered process report

You can download a selected process and its variants into an editable MS Word document called the Discovered Process Report (DPR). This editable MS Word document records each step of the selected process and its variants. You can review the process, visualize all variants, add in-depth knowledge, and send it to the RPA developers for automation along with its corresponding automated wizard files.

Event log

For selected processes and variants to work with a Process Mining Tool if utilized.

You can easily combine Nintex Process Discovery with Process Mining techniques by downloading an Event Log (in csv format) to apply to an external process mining tool. The Event Log file contains information from every recorded occurrence ("case") of the process and its selected variants. Each milestone action ("activity") is represented by a row in the Event Log.

For reference, see Configuring the Event Log File Structure

BPMN diagram 

A Business Process Model and Notation diagram to provide a graphical notation for specifying business processes.

You can also download all or a selected part of a recording from the Process Occurrence page. See Downloading all or part of an occurrence.
Organizing your exported automation as you export processes and variants:
  • Rename each exported file with a relevant name

  • Organize your exported automations into folders – one folder for each end-to-end business process to be automated

  • Transfer your organized folders to the Automation Developer(s) for upload to Nintex Studio and additional development

Importing an Automation to Nintex Studio

To import a process you downloaded from Nintex Process Discovery to Nintex Studio:

  1. Open Nintex Studio

  2. Create a new wizard in the Catalog

  3. Open the wizard in the Wizard Editor

    Creating, opening, and editing wizards
    For detailed instructions and information about creating, opening, and editing wizards, see the Nintex Studio User Guide (Creating Wizards).
  4. From the menu bar, click Wizard, then Import from Nintex Process Discovery

  5. Navigate to the location in which you saved the exported *.PD file, select it, and click the button

The import will begin. When complete, the process downloaded from Nintex Process Discovery will populate the open wizard in the Wizard Editor.

Define those applications!
If you attempt to import a process that contains applications and/or websites that are not yet defined in Nintex Process Discovery Admin, you will receive a warning.
  • If you choose to import the process, you will be able to view it (and even edit it), but you will not be able to run it or save it as a wizard. So you won't be able to save any changes you have made.

  • To enable a complete import, ask your organization to add the necessary apps and/or websites. Then import the process again.

Event Log Structure

To learn how to download an event log, see Downloading Files fromNintex Process Discovery .

Column name Type Definition

case-id

Number

All rows of the same process instance have the same case ID

activity

Number

Algo action ID.

Same ID number appearing for different occurrences represents the same user action.

activity description

Text

[app name] > [window title] > [action description*]

start

Date time

Start time of activity yyyy-MM-dd HH:mm:ss

end

Date time

End time of activity yyyy-MM-dd HH:mm:ss

process-ref

URL

Link to the process page in PD console

User

String

Name of recorded user (or the hashed name if user-hashing is enabled)

activity-type

String

Click

Keyboard

app-name

String

App name as appears in Console

window-name

String

Window title / URL if available

window-id

Number

Window cluster ID

window-title

String

Window caption

web-page-url

String

For web pages only - page URL

*Action descriptions include: Click , Press [keys]

Event log csv format:

By default, the Event Log's file structure uses comma-separated values. Some process mining tools require semicolon delimiters instead. You can change the delimiter used, see the Configuring the Event Log File structure section in the Installation and Upgrade Guide, Nintex Process Discovery 22.3.