> 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/es/automatizacion/runbooks/runbook-logs/runbook-job-details.md).

# Detalles del trabajo de runbook

## Descripción general

El Portal de RealmJoin te permite ver trabajos de runbooks de Azure Automation.

<figure><img src="/files/4bf91abbfaed6140491d970ccaeec5cf82048b93" alt=""><figcaption><p>Detalles del trabajo de runbook</p></figcaption></figure>

En el lado izquierdo de la página encontrarás metadatos sobre el trabajo de runbook, su tipo/contexto, el ID del trabajo y su llamador.

Ten en cuenta que "caller" solo está presente cuando los runbooks son compatibles con RealmJoin e informan de esta información, ya que Azure Automation no tiene un concepto para ello.

A la derecha, encontrarás varias pestañas, que representan:

### Consola

Esto mostrará un flujo en vivo de la salida del runbook. A diferencia de Azure Automation, la salida de un runbook es legible en tiempo real.

Usando "Copiar al portapapeles" puedes copiar toda la salida para usarla, por ejemplo, en un sistema de tickets de servicio/ITIL.

### Entrada

Revisa los parámetros utilizados para iniciar el trabajo de runbook.

<figure><img src="/files/09f087cdcba551d0431f57467c7e6028136bead0" alt=""><figcaption><p>Parámetros del trabajo de runbook</p></figcaption></figure>

### Errores y advertencias

Si están presentes, las advertencias y errores que no forman parte de la salida normal se mostrarán en estas dos pestañas.

<figure><img src="/files/e828c52d5a98d86feea697d4516fcd50afda02b8" alt=""><figcaption><p>Advertencias del trabajo de runbook</p></figcaption></figure>

### Excepciones

Si el script de PowerShell del runbook generó una excepción (y, por lo tanto, el runbook falló), puedes revisar la excepción aquí.

Las excepciones también se mostrarán encima de la salida normal en **Consola** si están presentes, para simplificar la identificación de problemas.

<figure><img src="/files/707ac7d72cd9906fc01748e75296769d411766c8" alt=""><figcaption><p>Excepción mostrada en la consola</p></figcaption></figure>

### Fuente

Esto te permite revisar el código fuente del runbook asociado con este trabajo.

<figure><img src="/files/ffc09a2608d2ee07a9660d29c281056268c42317" alt=""><figcaption><p>Código fuente del 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/es/automatizacion/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.
