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

Method parent

SpiffWorkflow/task.py:109–111  ·  view source on GitHub ↗

`Task`: This task's parent task

(self)

Source from the content-addressed store, hash-verified

107
108 @property
109 def parent(self):
110 """`Task`: This task's parent task"""
111 return self.workflow.tasks.get(self._parent)
112
113 @parent.setter
114 def parent(self, task):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected