# Job Start Adobe After Effects Action

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

The purpose of this action is to launch After Effects 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/XL1mGcySzUPjLzVes2j2" alt="" width="361"><figcaption><p>Job Start Adobe After Effects Action</p></figcaption></figure>


---

# 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-adobe-after-effects-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.
