GET FILES FROM SIMULATION¶
Retrieves files from a simulation matching the given name patterns. Returns matching file attachment IDs, names, and a files dataset. Use to find and surface specific file IDs (e.g. LS-DYNA K files) stored within a simulation record.
When to use¶
Tagged: attachments, file_lookup, files, k_file, simulation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Simulation | input_sim_id | remote_lookup | — | ✓ | Simulation record(s) to query; select one or more simulations from the remote lookup — this is the source from which attached files will be retrieved. |
| File Names | input_file_names | text | — | Comma-separated glob or exact name patterns (e.g. ‘*.k, result.binout’) used to filter the simulation’s attached files; leave blank to return all files. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Files Dataset | output_files_dataset | dataset | Tabular dataset listing every matched file attachment, with columns for attachment ID, file name, and associated metadata; consumed by downstream workers that require file IDs or paths. |
Disciplines¶
- data.io.file
- platform.workflow
Auto-generated from platform schema. Worker id: simulation_files. Schema hash: a803e966de0a. Hand-curated docs in workerexamples/ override this page when present.