.. _auto_string_equals: *STRING EQUALS WITH* ==================== Compares two scalar strings for exact equality and returns a boolean result. Use this worker in workflow branches where you need to conditionally route execution based on whether two string values match. When to use ----------- Classification: **process**. Tagged: ``boolean``, ``comparison``, ``conditional``, ``equals``, ``match``, ``scalar``, ``string``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Haystack - haystack - scalar - — - ✓ - The primary string to be tested (e.g. a runtime value or variable); provide any scalar text value whose equality you wish to verify. * - Needle - needle - scalar - — - ✓ - The reference string to match against the haystack; provide the exact literal or variable value you expect the haystack to equal. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - string_equals_output_1 - string_equals_output_1 - scalar - Boolean scalar result — true if haystack exactly equals needle, false otherwise; use this to drive conditional branching in the workflow. Disciplines ----------- - platform.workflow Runnable example ---------------- A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: `/api/workflow/example?id=string_equals `_ .. raw:: html

Auto-generated from transformation schema. Worker id: string_equals. Schema hash: 002fedb5237f. Hand-curated docs in workerexamples/ override this page when present.