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 35d531a commit 8bad73fCopy full SHA for 8bad73f
workflow/usage.rst
@@ -158,8 +158,12 @@ like this:
158
159
.. note::
160
161
- Please note that if you decide to store $currentPlace using Doctrine,
162
- the attribute must be mapped to an array.
+ If a ``multiple_state`` is used, the persisted state type should be an ``array``,
+ using Doctrine, you can use ``json`` or ``json_array``.
163
+
164
+ If a ``single_state`` is used, the persisted state type could be a string
165
166
+ If something else is used, you're in charge of choosing the best storage format.
167
168
With this workflow named ``blog_publishing``, you can get help to decide
169
what actions are allowed on a blog post::
0 commit comments