WdsRunTraversal

Requests a Traversal run using the named job’s current job config and TraversalConfig, reusing an active run instead of starting a duplicate. Use the returned run number for later inspection

Arguments

Name Type Required Default Description
jobName string Yes None Unique job name within the tenant. Reuse the same value to manage job config, start crawls, fetch URLs, inspect tasks and Traversal runs, and query indexed data

Return Type

Returns TraversalRunResult.

Technical return shape: TraversalRunResult.

Data Contracts

TraversalRunResult

Result returned when starting or attaching to a Traversal run

Fields:

Name Type Description
RunNum long Traversal run number
IsNew bool True when a new run was started; false when an existing in-progress run was returned

Behavior

Read-only: no; idempotent: no; destructive: no; open-world: yes.

Please rotate your device to landscape mode

This documentation is specifically designed with a wider layout to provide a better reading experience for code examples, tables, and diagrams.
Rotating your device horizontally ensures you can see everything clearly without excessive scrolling or resizing.

Return to Web Data Source Home