Set if flow graph should be treated as a workflow graph
(self)
| 763 | |
| 764 | @property |
| 765 | def is_workflow_graph(self): |
| 766 | """Set if flow graph should be treated as a workflow graph""" |
| 767 | return self.is_option_set(FlowGraphOption.FlowGraphIsWorkflowGraph) |
| 768 | |
| 769 | @is_workflow_graph.setter |
| 770 | def is_workflow_graph(self, value): |
nothing calls this directly
no test coverage detected