# Job Start AdobePremiere Pro Action

The Job Start Adobe Premiere Pro Action allows you to initiate a specific version of Premiere Pro by specifying the path to the .exe file (Windows) or .app file (macOS).

The purpose of this action is to launch Premiere Pro and wait until the invisible Helmut4 panel is accessible.

By default, the action will fail if the hidden panel cannot be accessed within 55 seconds (as a synchronous stream will time out after 60 seconds).

{% hint style="info" %}
If dealing with a slow client computer, consider using two instances of this action consecutively in an asynchronous stream tree.
{% endhint %}

If the [hidden panel](/helmut4-releases/v4.9.1/support/debug-or-log-collection/helmut4-client/panel-debug-ports.md) is unreachable (due to being missing or broken) or if the action times out, an error will be reported to the job dashboard and as a node result. You can access the node result using wildcards like [{stream.last\_result}](/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/stream-last_result.md) or [{node.result.?}](/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/wildcards/result-or-return-wildcards-2/node-result.md).

<figure><img src="/files/z7RV0v3qGa9ezNNpG4lU" alt="" width="363"><figcaption><p>Job Start Adobe Premiere Pro Action</p></figcaption></figure>

This action is useful for the following tasks:

* Ensuring that Premiere Pro has launched before initiating a 'Job Render AAF in Premiere Action'.
* Opening the correct version of Premiere Pro (especially when multiple versions are installed on a user's computer) and loading the project via ExtendScript in the designated version.


---

# 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.helmut.de/helmut4-releases/v4.9.1/helmut4-components/streamdesigner/nodes/actions/job-action/job-start-adobepremiere-pro-action.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.
