# Job Workflow

Job Workflows allow users to automate and organize repetitive data processing and retrieval tasks. These workflows streamline complex jobs by chaining a sequence of actions designed visually using drag-and-drop functionality.

**Key benefits of Job Workflows include:**

* **Organization:** Create structured workflows for intricate multi-step data jobs.
* **Automation:** Schedule recurring tasks to run automatically, saving time and effort.
* **Efficiency:** Streamline repetitive processes for improved data management.
* **Flexibility:** Design custom workflows tailored to your specific needs.

**Job Workflows offer a wide range of features:**

* **Diverse Job Types:** Integrate tasks like data acquisition (connectors, crawlers, SQL queries), data processing (profiling, quality checks), user management, custom scripts, and more.
* **User Permissions:**
  * OE\_Admin and Author users can create, edit, and execute workflows.
  * Viewers can design and save workflows for authorized users to execute.
* **Scheduling:** Schedule workflows to run automatically at specific times or intervals (OE\_Admin only).
* **Monitoring and Notifications:** Track workflow execution status and receive alerts upon completion (success, failure, or partial success).


---

# 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.ovaledge.com/release8.1/administration/job-workflow.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.
