Skip to content

Result Files

Result Files are artifacts generated during the execution of a task and can take any file format.

These files can be sent directly to the BotCity Orchestrator, making them easily accessible to the teams responsible.

Screenshot of the BotCity Orchestrator, presenting the Result Files menu. The page displays the files sent to the platform in a table format with the columns: Name, Automation, Date, Repository and Download. Above the table, search fields and file filters. In the upper right corner, the Snippet Generator button.

Snippet Generator

Result file manipulation actions can be performed directly on the BotCity Orchestrator platform or via code, using the BotCity Maestro SDK or the BotCity Orchestrator API.

Explore the Snippet Generator button to get code examples that facilitate result file manipulations using the BotCity Maestro SDK. Generate code snippets for the actions: send an artifact, list all artifacts and download an artifact.

The generated snippets may be available in the Python, Java, JavaScript and TypeScript languages.

Snippet Generator

Send a result file

After the file is created by the executed task, you can make it available in the BotCity Orchestrator via code.

A single task can send multiple files in different formats.

Maestro SDK

For more information on how to implement the result file functionality in code, see the Result Files section of the Maestro SDK.

View Files

There are two ways to view Result Files in the BotCity Orchestrator.

Result Files Menu

When accessing Result Files in the side menu, you will find all files sent to the Orchestrator in table format.

You will find the following columns:

  • Name: Name of the file sent.
  • Automation: Name of the automation that generated the file.
  • Date: Date and time the file was sent.
  • Repository: Name of the repository where the automation is stored.
  • Download button: Button to download the file.

Screenshot of the BotCity Orchestrator, presenting the Result Files menu. The page displays the files sent to the platform in a table format with the columns: Name, Automation, Date, Repository and Download. Each page shows the 10 most recent items, with an option to select the number of rows per page and navigation buttons to go forward and back pages at the bottom.

Tasks Menu

Files can be accessed through the Tasks menu, by accessing a task's details and navigating to the Result Files tab.

You will find the following columns:

  • Name: Name of the file sent.
  • Automation: Name of the automation that generated the file.
  • Date: Date and time the file was sent.
  • Repository: Name of the repository where the automation is stored.
  • Download button: Button to download the file.

Screenshot of the BotCity Orchestrator, presenting a task's details. The page shows the task ID as the title, on the Result Files tab. In the table, the files sent by the task with the columns: Name, Automation, Date, Repository and Download.

Search and filters

You can combine multiple filters to find Result Files according to your needs.

Available filters:

  • Automation: Select one or more automations.
  • Repository: Select a specific repository.
  • Period: Select a period (1 week, 15 days, 1 month, 1 year).

Sorting:

  • Most recent first
  • Oldest first

GIF of the BotCity Orchestrator, presenting the filters for searching result files. Shows the two main fields available for filtering: Filter and Sorting.