Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_changed
Method · 0.95
_on_cancel
Method · 0.80
test_update_data_objects
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
2
test_changed
Method · 0.76
test_update_data_objects
Method · 0.64