Where Used — Search a Word Across Integration Flow Content
where_usedSearch integration flow content to find where a word or text is used across packages, flows, scripts, and adapter properties. Supports drill-down or full tenant/package search.
Instructions
Search for a word/text across integration flow content in the design workspace (BPMN process XML, adapter channel properties — including credential/user references, groovy scripts, mappings, and parameter files). Wizard-style: if packageId is omitted, returns the list of packages to pick from (plus the option to set searchAllPackages=true to search the whole tenant in one call). If a packageId is chosen but artifactId is omitted, returns the list of integration flows in that package (plus the option to set searchAllArtifacts=true to search every flow in that package). Call the tool again with the missing field filled in from the returned options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | Yes | Word or text to search for (case-insensitive substring match). | |
| version | No | active | |
| packageId | No | Package to search in. Omit to get the list of packages. | |
| artifactId | No | Specific integration flow Id to search. Omit (with searchAllArtifacts left false) to get the list of flows in the package. | |
| searchAllPackages | No | Search every package (and every flow in each) — a full tenant-wide search in one call. | |
| searchAllArtifacts | No | Search every integration flow in the given package instead of picking just one. |