Workflow Configuration ^^^^^^^^^^^^^^^^^^^^^^ Workflow Configuration allows you to override default state appearance set in :ref:`Global Configuration` for a given workflow. To set workflow configuration, simply add your configuration in workflow description using :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 workflow: .. csv-table:: :file: tables/workflow-config.csv :widths: 10 15 75 :delim: ; :header-rows: 1 Example ....... This configuration set in workflow description will set all its state shapes to ``rectangle`` and change colors of ``current`` and ``selectable`` states: ``{shape:rect, current:#ff8c00, selectable:#f00}`` .. image:: img/wf-config.jpg And this is the resulting graph for this workflow only: .. image:: img/wf-config-result.jpg