State Configuration ^^^^^^^^^^^^^^^^^^^ State Configuration allow you to override default state appearance set in :ref:`Global Configuration` AND :ref:`Workflow Configuration` for a given state. To set state configuration, simply add your configuration in state description using simplified :ref:`Simplified JSON Syntax`. .. warning:: After you have made changes to workflow, you'll need to update metadata cache (see :ref:`Update Workflows`). In this table you'll find all possible options that you can set for your state: .. csv-table:: :file: tables/state-config.csv :widths: 10 15 75 :delim: ; :header-rows: 1 Example ....... This configuration set in state description will force this state shape to ``document`` and overrides all default values for color, stroke, size and text style: ``{shape:document, color:#37aad4, stroke:5, size:14, style:bi}`` .. image:: img/state-config.jpg And this is the resulting graph, note that the state color overrides the ``Selectable`` color, to avoide this behavior and override only default color, add the option ``forceColor:false`` in the state configuration. .. image:: img/state-config-result.jpg