# Job From JSON Action

With the help of the [Job As JSON Action](/helmut4-releases/v4.6.0/helmut4-components/streamdesigner/nodes/actions/job-action/job-as-json-action.md) node, it is possible to read a job JSON file and paste it into the job. In combination of the Job as JSON and Job from JSON node delayed jobs can be created. Those can be collected and processed later at any given time e.g. by a watchfolder that is triggered by cron.

{% hint style="info" %}
**Update:**

The Job From JSON node will no longer import the job id of the job that has previously been extracted with the Job As JSON node. This change avoids having a wrong job ID reference after Job From JSON trigger that kept pushing all updates to the "old" exported job. Additionally, stream variables will now also be read in and be available after Job From JSON node execution.
{% endhint %}


---

# 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.6.0/helmut4-components/streamdesigner/nodes/actions/job-action/job-from-json-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.
