# Automation Control

{% hint style="info" %}
This feature is available for Enterprise Customers
{% endhint %}

As part of your Jobs, you can configure Flows, Validation Rules, and Triggers to be automatically toggled before the Jobs are processed, and returned to their original state after the Job has finished.

<figure><img src="/files/z06mTHNVijqcncdXwnUi" alt=""><figcaption></figcaption></figure>

Flows, Validation Rules, or Triggers which are currently **Active**, will be show in the on position, with a blue toggle:

![](/files/lPOEezw1HrGt7L0ZevLB)

Flows, Validation Rules, or Triggers which are currently **Inactive**, will be show in the off position, with a grey toggle:

![](/files/tNRd5CeLQMSHYBiJRheq)

Flows, Validation Rules, or Triggers which are currently **Active and have been set to deactivate in Dataimporter**, will be show in the off position, with a red toggle:

![](/files/myLphntRCQ1SWdwDFVUI)

Flows, Validation Rules, or Triggers which are currently **Inactive and have been set to activate in Dataimporter**, will be show in the on position, with a green toggle:

![](/files/yPS4pc48pkw6oLJURdt7)

Dataimporter uses the API Name of the Metadata when toggling in your Org, so the Jobs can easily be changed between Sandbox and Production Orgs.

#### Triggers

When using the Toggle feature for Triggers, the following process takes place:\
\
In Production Orgs:

1. The triggers are set to Active/Inactive depending on what you have chosen.
2. Using the Metadata API, the changes are sent to production.
3. All Local Tests are run in your Production Org.
4. If the Tests are successful, the Trigger status is changed.
5. After Job Processing in Dataimporter, the same process is run, with the status set back to original.

In Sandbox Orgs:

1. The triggers are set to Active/Inactive depending on what you have chosen.
2. Using the Metadata API, the changes are sent to production.
3. No test are run.
4. Trigger status is changed.
5. After Job Processing in Dataimporter, the same process is run, with the status set back to original.


---

# 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://help.dataimporter.io/formatting/automation-control.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.
