AroFlo: Resolve Job Context
aroflo_resolve_job_contextResolve job context including tasks, quotes, and projects using identifiers like job number, quote ID, or project reference. Supports direct filtering and bounded scanning for comprehensive data retrieval.
Instructions
Resolve a job context (jobnumber + related task(s), quote(s), and project) starting from any of: jobNumber, quoteId, quoteRefno, projectId, or projectRefno. Uses direct WHERE filters where supported and falls back to bounded scanning where necessary (for example when filtering by refno/refcode is not supported).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobNumber | No | ||
| quoteId | No | ||
| quoteRefno | No | ||
| projectId | No | ||
| projectRefno | No | ||
| quoteSinceCreatedDate | No | ||
| projectSinceCreatedUtc | No | ||
| taskSinceDateRequested | No | ||
| quoteStatuses | No | ||
| includeQuoteLineItems | No | ||
| includeProjectQuoteTasks | No | ||
| pageSize | No | ||
| maxQuotesScanned | No | ||
| maxTasksScanned | No | ||
| maxProjectsScanned | No | ||
| mode | No | ||
| verbose | No | ||
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||