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

Method create_task

SpiffWorkflow/bpmn/parser/TaskParser.py:250–255  ·  view source on GitHub ↗

Create an instance of the task appropriately. A subclass can override this method to get extra information from the node.

(self)

Source from the content-addressed store, hash-verified

248 return target_ref or self.bpmn_id
249
250 def create_task(self):
251 """
252 Create an instance of the task appropriately. A subclass can override
253 this method to get extra information from the node.
254 """
255 return self.spec_class(self.spec, self.bpmn_id, **self.bpmn_attributes)
256
257 def connect_outgoing(self, outgoing_task, sequence_flow_node, is_default):
258 """

Callers 1

parse_nodeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected