> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/pt/automacao/runbooks/runbook-logs/runbook-job-details.md).

# Detalhes do trabalho do runbook

## Visão geral

O RealmJoin Portal permite que você visualize trabalhos de runbooks do Azure Automation.

<figure><img src="/files/ae22cc7c0cdae396ff719435e65334e887411e3c" alt=""><figcaption><p>Detalhes do trabalho de runbook</p></figcaption></figure>

No lado esquerdo da página, você encontrará metadados sobre o trabalho de runbook, seu tipo/contexto, o ID do trabalho e seu chamador.

Esteja ciente de que "caller" só está presente quando os runbooks são compatíveis com RealmJoin e informam essa informação, pois o Azure Automation não tem esse conceito.

À direita, você encontrará várias abas, representando:

### Console

Isso mostrará um fluxo em tempo real da saída dos runbooks. Em contraste com o Azure Automation, a saída de um runbook é legível em tempo real.

Usando "Copiar para a área de transferência", você pode copiar a saída completa para usá-la, por exemplo, em um sistema de tickets de serviço/ITIL.

### Entrada

Revise os parâmetros usados para iniciar o trabalho de runbook.

<figure><img src="/files/fd7817ec071cadb76809043ddb297fc6f6633fdc" alt=""><figcaption><p>Parâmetros do trabalho de runbook</p></figcaption></figure>

### Erros e avisos

Se presentes, avisos e erros que não fazem parte da saída regular serão mostrados nestas duas abas.

<figure><img src="/files/88e9ee7f424103b6d62a9518a81000db9712b88d" alt=""><figcaption><p>Avisos do trabalho de runbook</p></figcaption></figure>

### Exceções

Se o script PowerShell do runbook gerar uma exceção (e, assim, o runbook falhar), você pode revisar a exceção aqui.

As exceções também serão mostradas acima da saída regular em **Console** se presentes, para simplificar a identificação de problemas.

<figure><img src="/files/8d6ed13604403d537d972778585e8231f1220d91" alt=""><figcaption><p>Exceção mostrada no Console</p></figcaption></figure>

### Código-fonte

Isso permite que você revise o código-fonte do runbook associado a este trabalho.

<figure><img src="/files/0aa63f2718a7b576327523a2afa1915f5b594e45" alt=""><figcaption><p>Código-fonte do runbook</p></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/pt/automacao/runbooks/runbook-logs/runbook-job-details.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
