File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,20 @@ As configured, the following property is used by the marking store::
158
158
159
159
The marking store type could be "multiple_state" or "single_state". A single
160
160
state marking store does not support a model being on multiple places at the
161
- same time.
161
+ same time. This means a "workflow" must use a "multiple_state" marking store
162
+ and a "state_machine" must use a "single_state" marking store. Symfony
163
+ configures the marking store according to the "type" by default, so it's
164
+ preferable to not configure it.
165
+
166
+ A single state marking store use a string to store the data. A multiple
167
+ state marking store use an array to store the data.
162
168
163
169
.. tip ::
164
170
165
- The ``type `` (default value ``single_state ``) and ``arguments `` (default
166
- value ``marking ``) attributes of the ``marking_store `` option are optional.
167
- If omitted, their default values will be used.
171
+ The ``marking_store.type `` (the default value depends on the ``type `` value)
172
+ and ``arguments `` (default value ``['marking'] ``) attributes of the
173
+ ``marking_store `` option are optional. If omitted, their default values will
174
+ be used. It's highly recommenced to use the default value.
168
175
169
176
.. tip ::
170
177
You can’t perform that action at this time.
0 commit comments