GET ERRORS AND WARNINGS FROM A SIMULATION

Retrieves all errors and warnings logged for a specified simulation run on the d3VIEW platform. Use this worker to programmatically inspect simulation health, triage failed jobs, or gate downstream workflow steps on a clean simulation status.

When to use

Tagged: diagnostics, errors, job_health, simulation, triage, warnings.

Inputs

Label ID Type Default Required Description
Simulation input_sim_id remote_lookup Platform simulation record to inspect; select the target simulation from the remote lookup — required, no default.

Outputs

Label ID Type Description
Simulatiion sim_id integer Integer primary key of the queried simulation record, pass-through for chaining to downstream workers.
Errors errors dataset Dataset of all error messages logged for the simulation, with one row per error entry (message text, severity, timestamp).
Warnings warnings dataset Dataset of all warning messages logged for the simulation, with one row per warning entry (message text, severity, timestamp).

Disciplines

  • cae.postprocessing.response
  • cae.solver
  • platform.job_submission

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