PHYSICALTEST FINDER

Searches and retrieves physical test records from the d3VIEW database using a combination of free-text search and structured filters. Use this worker to locate one or more physical tests by project, program, serial number, product number, test type, or bookmark status before passing results downstream for analysis or reporting.

When to use

Tagged: bookmark, filter, finder, physical_test, physicaltest, product_number, program, project.

Inputs

Label ID Type Default Required Description
Search search text —   Free-text keyword string used to search across all physical test metadata fields; leave blank to rely solely on structured filters.
Bookmarked bookmarked select —   Filter to only bookmarked (‘yes’) or non-bookmarked (‘no’) tests; leave unset to return tests regardless of bookmark status.
By Project project_id remote_lookup —   One or more project IDs (remote lookup against /api/user/projects) used to scope the search to specific projects; leave unset to search across all accessible projects.
Program Name program_id list —   One or more program names scoped by the selected project(s); depends on project_id and fetches values from /api/physicaltest/columns_by_name/program_name.
Serial Number serial_number list —   One or more physical specimen serial numbers to match; depends on project_id and populates from /api/physicaltest/columns_by_name/serial_number.
Product Number product_number list —   One or more product numbers to filter by; depends on project_id and populates from /api/physicaltest/columns_by_name/product_number.
Test Type test_type list —   One or more test type categories (e.g., tension, compression, crash) used to narrow results to a specific class of physical test.
Test Location test_location list —    
Test Temperature test_temperature list —    
Test Software test_software list —    
Test Hardware test_hardware list —    
By Study study_id remote_lookup —    
By Workflow workflow_id remote_lookup —    
Created On created_on datetime-local —    
Created After start_date datetime-local —    
Created Before end_date datetime-local —    
Tested On tested_on datetime-local —    
Tested on or after tested_on_begin datetime-local —    
Tested on or before tested_on_end datetime-local —    
Shared By User shared_by list —    
Belongs to all Projects include_projects list true    
Starts With starts_with text —    
Starts With Any One starts_with_any_one text —    
Ends With ends_with text —    
Ends With Any one ends_with_any_one text —    
Excludes excludes text —    
Excludes All excludes_all text —    
By Tags tags list —    
Status status list —    
Has Files by Type has_files_by_type list —    
Tags Type tags_type list —    
Has Files By Name has_files_by_name text —    
Ids ids text —    
Has Responses By Type has_responses_by_type list —    
Has Response By Name has_response_by_name list —    
Has Responses By Data Type has_responses_by_data_type list —    
Has Responsecategory has_responses_by_category list —    
Limit Records limit list 25    
Sort By order_by list pt.id:desc    

Outputs

Label ID Type Description
Physicaltests physicaltests dataset Dataset of matching physical test records (datatype: physicaltests), each row representing one test with its full metadata fields, ready for downstream processing or reporting.

Disciplines

  • data.dataset.ingest
  • platform.integration

Auto-generated from platform schema. Worker id: physicaltest_finder. Schema hash: 46d39116c022. Hand-curated docs in workerexamples/ override this page when present.