CREATE FAILURE¶
Accepts one or more scalar point values and serialises them into a single text string. Use this worker to convert numeric breakpoints or threshold values into a text representation for downstream labelling, reporting, or failure-surface definition.
When to use¶
Classification: process.
Tagged: failure, points, scalar_to_text, serialise, text, transformation.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Point | point | scalar | 1 | ✓ | A repeatable scalar numeric value representing a single point (e.g. a failure threshold or curve breakpoint); supply one instance per point — defaults to 1 if left unset. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| text_points_output_1 | text_points_output_1 | text | A text string encoding all supplied point values in serialised form, ready for downstream consumption by reporting, labelling, or failure-surface workers. |
Disciplines¶
- data.curve.transform
- engineering.material.failure
Auto-generated from transformation schema. Worker id: text_points. Schema hash: 519869a2bf60. Hand-curated docs in workerexamples/ override this page when present.