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

Method get_subprocess

SpiffWorkflow/bpmn/workflow.py:93–94  ·  view source on GitHub ↗
(self, my_task)

Source from the content-addressed store, hash-verified

91 return subprocess
92
93 def get_subprocess(self, my_task):
94 return self.subprocesses.get(my_task.id)
95
96 def delete_subprocess(self, my_task):
97 subprocess = self.subprocesses.get(my_task.id)

Callers 3

test_changedMethod · 0.95
_on_cancelMethod · 0.80

Calls 1

getMethod · 0.45

Tested by 2

test_changedMethod · 0.76