(self, node)
| 563 | return NodeResultFuture(None, e, 500) |
| 564 | |
| 565 | def run_node(self, node): |
| 566 | result = node.run() |
| 567 | return result |
| 568 | |
| 569 | def is_result(self, current_node, current_node_result): |
| 570 | return current_node.node_params.get('is_result', not self._has_next_node( |