.. _auto_string_is_equal: *STRING EQUALS WITH* ==================== Compares two scalar strings for exact equality and returns a boolean result. Use this worker in workflow branching logic wherever you need to check whether a string value matches an expected target string. When to use ----------- Classification: **process**. Tagged: ``boolean``, ``branching``, ``comparison``, ``equality``, ``process``, ``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 source string to be evaluated (e.g. a variable or extracted text value); compared against the needle for exact equality. * - Needle - needle - scalar - — - ✓ - The target 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_is_equal_output_1 - string_is_equal_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_is_equal `_ .. raw:: html

Auto-generated from transformation schema. Worker id: string_is_equal. Schema hash: 2afb79ee2cf9. Hand-curated docs in workerexamples/ override this page when present.