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

Method children

SpiffWorkflow/task.py:118–120  ·  view source on GitHub ↗

list(`Task`): This task's child tasks

(self)

Source from the content-addressed store, hash-verified

116
117 @property
118 def children(self):
119 """list(`Task`): This task's child tasks"""
120 return [self.workflow.tasks.get(child) for child in self._children]
121
122 @children.setter
123 def children(self, tasks):

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected