Reminder not to return non-serializable data from states

Refs #31837
This commit is contained in:
Mike Place 2016-06-03 12:13:47 -06:00
parent a5684ed123
commit 500d4ccec2

View file

@ -155,6 +155,10 @@ The return data can also, include the **pchanges** key, this statnds for
`predictive changes`. The **pchanges** key informs the State system what
changes are predicted to occur.
.. note::
States should not return data which cannot be serialized such as frozensets.
Test State
==========