# appFlowItemLocation

Represents location information for various application flow items, including executor, source, and resource link.

### Examples

```graphql
type AppFlowItemLocation {
  runBy: String
  foundBy: String
  foundIn: String
  link: String
}
```

### Fields

| Field            | Description                                        | Supported fields |
| ---------------- | -------------------------------------------------- | ---------------- |
| runBy `String`   | Entity that executed or initiated the process      |                  |
| foundBy `String` | Source from which the item was found               |                  |
| foundIn `String` | Context or component where the item was identified |                  |
| link `String`    | Link to the relevant resource or location          |                  |

### References

#### Fields with this object:

* [{} ArtifactItem.location](/api-documentation/api-reference/api--application/types/objects/artifact-item.md)
* [{} CloudDeployment.location](/api-documentation/api-reference/api--application/types/objects/cloud-deployment.md)
* [{} OrchestratorItem.location](/api-documentation/api-reference/api--application/types/objects/orchestrator-item.md)
* [{} KubernetesItem.location](/api-documentation/api-reference/api--application/types/objects/kubernetes-item.md)
* [{} RepositoryItem.location](/api-documentation/api-reference/api--application/types/objects/repository-item.md)


---

# 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.ox.security/api-documentation/api-reference/api--application/types/objects/app-flow-item-location.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.
