We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c42cf5c commit 9b6f4b4Copy full SHA for 9b6f4b4
docs/src/index.rst
@@ -12,6 +12,11 @@ Typed Python interface to AWS Simple Workflow service
12
on-demand)
13
* Better execution filtering
14
15
+The most interesting part is state construction: given an execution history, this
16
+library can build a full state of the execution and all of its tasks with all details;
17
+see :meth:`swf_typed.build_state`). The rest of the API simply wraps and closely
18
+matches AWS's SWF API.
19
+
20
21
See also
22
^^^^^^^^
0 commit comments