Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sartography/SpiffWorkflow
/ Task
Class
Task
tests/SpiffWorkflow/dmn/DecisionRunner.py:27–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
self.bpmn_name =
"Mock Test Spec"
26
27
class
Task:
28
def
__init__(self, script_engine, data):
29
self.data = data
30
self.workflow = Workflow(script_engine)
31
self.task_spec = TaskSpec()
32
33
class
DecisionRunner:
34
Callers
2
decide
Method · 0.70
result
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected