############################### Start Worker ############################### .. _startworker: Start worker in Worfklows allows users to add multiple inputs to the worker based on requirement. These inputs can be used or assign to any worker in the Workflow based on the input type. .. thumbnail:: /_images/Images/startworker1.png :title: Start Worker | Start worker when opened shows a Modal to add inputs from the right panel. We can drag and drop the inputs to the left side of the start worker to add inputs and save them. .. thumbnail:: /_images/Images/startworker2.png :title: Start Worker | ************************************ Inputs in Start worker ************************************ The Inputs in the start worker are available on the right side of the worker modal. We have different types of inputs such as Text,Curve,Dataset etc... These inputs can be added to the start worker with the values accoringly and can be saved to the start worker. The saved inputs can be further used in any worker's input in the Workflow. .. list-table:: List of Input types in Start worker. Each link can be used to access inputs in that Start worker :widths: 40 20 40 :header-rows: 1 * - Name of the Input Type - Type - Description * - :ref:`\Text_Input` - Text - Text input defines a single line text input field * - :ref:`\Number_Input` - Number - Number input defines a field for entering a number. * - :ref:`\File_Input` - File - A file input's value attribute contains a string that represents the path to the selected file(s) * - :ref:`\Curve_Input` - Curve - Curve is a 2D data representing a series of X-values and its associated Y-values. It can be visualized in a tabular format or in a curve plot * - :ref:`\list_Input` - List - list Attribute is used to identify a list of pre-defined options for an element to suggest the user. * - :ref:`\Set_Input` - Set - Set input is used to set the inputs. * - :ref:`\Keyvalue_Input` - Keyvalue - KeyValue Fields provide a convenient way to add non-structured information to your content * - :ref:`\Dropdown_Input` - Dropdown - The dropdown input allows users to select a value from a list of options. Unlike native select elements, the dropdown input allows you to customize both its appearance and behavior * - :ref:`\Dataset_Input` - Dataset - A worker input that is a structured input containing rows and columns of data * - :ref:`\TextArea_Input` - TextArea - The