# Running tasks using JSON configuration

> * Create the JSON configuration.
* Run the CLI `exe` (for Windows) or `dll` (for Linux) file.

## Prerequisites

* Create the JSON configuration.
* Run the CLI `exe` (for Windows) or `dll` (for Linux) file.

To run asks using the JSON configuration, take the following steps:

1. Run the `run` task, using `uipcli run`.
2. Specify the required parameters.

   The following table describes the required parameters:

   | Parameter | Description |
   | --- | --- |
   | `JSON File Path (pos. 0)` | Required. The path of the JSON file specifying the run arguments. |

## Usage

```
uipcli  run <arguments_json_path>
```

## Minimal command examples

* `uipcli run "C:\\cli_args.json"`
