# Workflow Log

Each time a workflow runs, a log entry is created. Log entries record the date and time the workflow was run, the data is operated on, status (success or failure of the workflow), description of status, component workflow, thread id, and execute time. In this trainer screen, the trainer can :

1. View all workflow runs.
2. View why a workflow failed if an error occurred.
3. Filter log based on range date.
4. Search log based on workflow name.

In this section, you can filter log based on date range. For example, choose the range date from '27/06/2022' until '04/07/2022'.

![Workflow Log](/files/1ZoUSNbHuVyc8XCYIBi1)

In addition, you can search log based on workflow name by typing your workflow name in the search column, then you will see a suggestion of workflow name, select and click suggestion of workflow name, and log will appear based on the workflow name selected.

![Search Workflow Log Based On Name](/files/dM98ZSvR4AjFnHw73ib5)


---

# 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.3dolphins.ai/bot-settings/process-flow/workflow-log.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.
