ADD ONE-PAGER SUMMARY TO PHYSICALTESTS¶
Attaches a one-pager summary page to an existing physical test record in the d3VIEW platform. Use this worker when you need to associate a titled, richly-formatted summary document with a physical test entry. Returns the ID of the updated physical test for downstream chaining.
When to use¶
Tagged: one-pager, physicaltest, report, responses, summary.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Physicaltest | input_pt_id | remote_lookup | — | ✓ | Remote lookup selecting the target physical test record (dataType: physicaltests) to which the one-pager will be attached; required, non-repeating. |
| Page Title | page_name | text | — | ✓ | Title string for the one-pager summary page; used as the display heading of the attached document. |
| One-Pager Data | page_data | onepager | — | ✓ | Structured one-pager content object (type: onepager) containing the layout, charts, and text blocks that make up the summary page. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Physiclatest | physicaltest_id | integer | Integer primary key of the physical test record that was updated; can be passed to downstream workers that operate on physicaltest entries. |
Disciplines¶
- data.dataset.ingest
- platform.reporter
Auto-generated from platform schema. Worker id: physicaltest_add_onepager. Schema hash: e8631ec75201. Hand-curated docs in workerexamples/ override this page when present.