# Start Process

Start the specified Process.

<table data-header-hidden><thead><tr><th width="304.58331298828125" valign="top"></th><th width="320.2166748046875" valign="top"></th></tr></thead><tbody><tr><td valign="top">File Path</td><td valign="top">[Text] Path to the executable file.</td></tr><tr><td valign="top">Argument List</td><td valign="top">[Text] List of parameters.</td></tr><tr><td valign="top">Working Folder</td><td valign="top">[Text] Working directory for the executable Process.</td></tr><tr><td valign="top">Window Style</td><td valign="top">Window style of the executable Process.</td></tr><tr><td valign="top">Wait for Completion</td><td valign="top">When enabled, the block will wait for the Process to complete.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout for the Process completion in seconds.</td></tr><tr><td valign="top">Process ID</td><td valign="top">[Link] Variable that stores the Process identifier.</td></tr><tr><td valign="top">StandardOutput</td><td valign="top"><p>[Text] Value of the StandardOutput stream.</p><p>This property will only return data if the "Wait for Completion" property is enabled.</p></td></tr><tr><td valign="top">StandardError</td><td valign="top"><p>[Text] Value of the StandardError stream.</p><p>This property will only return data if the "Wait for Completion" property is enabled.</p></td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during execution. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Message</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block.</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sherparpa.ru/en/sherpa-rpa/sherpa-designer/spravochnik-blokov/processy-sluzhby-okna/zapustit-process-startprocess.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
