34 lines
466 B
ReStructuredText
34 lines
466 B
ReStructuredText
--------
|
|
Patterns
|
|
--------
|
|
|
|
.. automodule:: taskflow.flow
|
|
|
|
|
|
Linear flow
|
|
~~~~~~~~~~~
|
|
|
|
.. automodule:: taskflow.patterns.linear_flow
|
|
|
|
|
|
Unordered flow
|
|
~~~~~~~~~~~~~~
|
|
|
|
.. automodule:: taskflow.patterns.unordered_flow
|
|
|
|
|
|
Graph flow
|
|
~~~~~~~~~~
|
|
|
|
.. automodule:: taskflow.patterns.graph_flow
|
|
|
|
Hierarchy
|
|
~~~~~~~~~
|
|
|
|
.. inheritance-diagram::
|
|
taskflow.flow
|
|
taskflow.patterns.linear_flow
|
|
taskflow.patterns.unordered_flow
|
|
taskflow.patterns.graph_flow
|
|
:parts: 2
|