VERIFY IF THE TEMPLATE CAN EXTRACT ALL DATA¶
Verifies whether a given response template can successfully extract all expected data channels from a target simulation. Use this worker to validate template coverage before running full post-processing pipelines or report generation.
When to use¶
Tagged: extraction, response_template, simulation, template, validation, verification.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Templates | template_id | remote_lookup | — | ✓ | The response template to validate; select from available templates in the platform — required to identify which data extraction rules will be checked. |
| Simulation | simulation_id | remote_lookup | — | The target simulation whose output files will be probed against the template; leave unset to perform a template-only structural check without a live simulation result. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Status | status | scalar | Scalar pass/fail status code indicating whether the template could successfully extract all defined channels (e.g., ‘success’ or ‘failed’). |
| Verification Results | verification_results | dataset | Dataset detailing per-channel extraction results, including which data channels passed or failed and any associated error messages. |
Disciplines¶
- cae.postprocessing.extraction
- cae.postprocessing.response
- platform.workflow
Auto-generated from platform schema. Worker id: template_verify_extraction. Schema hash: a2d851cd41af. Hand-curated docs in workerexamples/ override this page when present.