We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f11e1 commit 082a4f1Copy full SHA for 082a4f1
workflow/usage.rst
@@ -166,6 +166,13 @@ As configured, the following property is used by the marking store::
166
167
.. note::
168
169
+ If a ``multiple_state`` is used, the persisted state type should be an ``array``,
170
+ using Doctrine, you can use ``json`` or ``json_array``.
171
+
172
+ If a ``single_state`` is used, the persisted state type could be a string
173
174
+ If something else is used, you're in charge of choosing the best storage format.
175
176
Please note that if you decide to store $currentPlace using Doctrine,
177
the attribute must be mapped to an array.
178
0 commit comments