Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sartography/SpiffWorkflow
/ dump
Method
dump
SpiffWorkflow/task.py:435–437 ·
view source on GitHub ↗
Prints the subtree as a string for debugging.
(self, indent=0)
Source
from the content-addressed store, hash-verified
433
return
dbg
434
435
def
dump(self, indent=0):
436
""
"Prints the subtree as a string for debugging."
""
437
print(self.get_dump())
Callers
2
run_workflow
Function · 0.45
doPickleSingle
Method · 0.45
Calls
1
get_dump
Method · 0.95
Tested by
1
doPickleSingle
Method · 0.36