MCPcopy Index your code
hub / github.com/sartography/SpiffWorkflow / state

Method state

SpiffWorkflow/task.py:91–97  ·  view source on GitHub ↗

`TaskState`: this task's state Raises: `WorkflowException`: If setting the state results in a "backwards" state change.

(self)

Source from the content-addressed store, hash-verified

89
90 @property
91 def state(self):
92 """`TaskState`: this task's state
93
94 Raises:
95 `WorkflowException`: If setting the state results in a "backwards" state change.
96 """
97 return self._state
98
99 @state.setter
100 def state(self, value):

Callers

nothing calls this directly

Calls 3

_set_stateMethod · 0.95
WorkflowExceptionClass · 0.85
get_nameMethod · 0.45

Tested by

no test coverage detected