# Job Workflow Information

The Job Workflow landing page provides Author and OE\_Admin users with a comprehensive view of all configured workflows.&#x20;

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXeHCSsEr0XlFQJmHehrWkBOW6IiN6Zl3urfHRXhAEcJgJ4Dnr1mzmsbDcrL1Jhhs2Pq-jcgxbltadEuoizFPvv8RwiAVJgnKhYhA1HF-9etkblUjtZjBJ-4fmKhRr0JxpHkkLNm-w?key=jbSYonDoX3-kG5Ax_UYI6g" alt=""><figcaption></figcaption></figure>

* **Job Flow Name:** Displays the names of configured Job Workflows. Users can search and sort efficiently. Hovering over each field reveals the complete workflow name and corresponding cron entry.
* **Schedule Cron:** Provides cron entries representing execution schedules for Job Workflows. Hovering over each field reveals the actual execution time in text format.
* **Last Run Date:** Shows the timestamp of the latest execution of workflows. Sorting options help identify the earliest and most recent executions for better management.
* **Next Execution Date:** Offers insights into upcoming scheduled executions of Job Workflows. Users can plan tasks effectively. Sorting options help identify the most recent upcoming scheduled job workflow.
* **History:** Directs users to the Jobs page, displaying the execution history of jobs within the selected Job Workflow. Users track and gain insights into job step behavior with the following statuses.
  * **INIT:** Job is starting.
  * **RUNNING:** Job is processing tasks in sequence.
  * **WAITING:** Job is queued, waiting for execution.
  * **SUCCESS:** All tasks completed successfully.
  * **ERROR:** Job failed. Check logs for error details.
  * **KILLING:** Job termination is in process.
  * **KILLED:** Job execution was terminated.
  * **PARTIAL SUCCESS:** Some tasks were completed successfully, but others failed.
* **User:** Displays names of users who created Job Workflows. Users can search for usernames based on specific requirements.
* **Last Modified Date: Exhibits the date and time of changes made to the existing Job Workflow.** Sorting options arrange dates in ascending or descending order based on changes made.
* **Created Date:** Indicates the creation date for the Job Workflow. Users can identify the most recently created and earliest existing Workflow using the sorting option.

The 9 Dots menu options enable users to execute bulk actions and delete the current Job Workflow. Only OE\_Admin users have the authority to modify and update any specific Job Workflow.


---

# 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/administration/job-workflow/job-workflow-information.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.
