You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally the convention was that in order to mark Process inputs as non database storable, one had to use a name with a leading underscore. We now have a proper mixin, WithNonDb, for the InputPort which adds the non_db attribute, which when set to True indicates that it is not to be stored as a Node in the database. Old default work process inputs such as _label, _description and _options will have to be updated by removing the leading underscore and just use the attribute
The text was updated successfully, but these errors were encountered:
Originally the convention was that in order to mark
Process
inputs as non database storable, one had to use a name with a leading underscore. We now have a proper mixin,WithNonDb
, for theInputPort
which adds thenon_db
attribute, which when set toTrue
indicates that it is not to be stored as aNode
in the database. Old default work process inputs such as_label
,_description
and_options
will have to be updated by removing the leading underscore and just use the attributeThe text was updated successfully, but these errors were encountered: