MCPcopy
hub / github.com/sartography/SpiffWorkflow / set_data

Method set_data

SpiffWorkflow/task.py:147–149  ·  view source on GitHub ↗

Defines the given attribute/value pairs in this task's data.

(self, **kwargs)

Source from the content-addressed store, hash-verified

145 return (self._state & state) != 0
146
147 def set_data(self, **kwargs):
148 """Defines the given attribute/value pairs in this task's data."""
149 self.data.update(kwargs)
150
151 def get_data(self, name, default=None):
152 """Returns the value of the data field with the given name, or the given

Callers 2

_inherit_dataMethod · 0.95
assignMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected