File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,12 @@ Typed Python interface to AWS Simple Workflow service
10
10
* next-page calls are run concurrently and on-demand
11
11
* Better execution filtering
12
12
13
+ The most interesting part is state construction: given an execution history, this
14
+ library can build a full state of the execution and all of its tasks with all details;
15
+ see [ ` swf_typed.build_state ` ] (
16
+ https://python-swf-typed.readthedocs.io/en/latest/swf_typed._state.html#swf_typed.build_state
17
+ ). The rest of the API simply mirror's SWF's.
18
+
13
19
### See also
14
20
* [ py-swf] ( https://pypi.org/project/py-swf/ ) - typed and object-oriented interface layer
15
21
* [ mypy-boto3-swf] ( https://pypi.org/project/mypy-boto3-swf/ ) - type-annotated layer
You can’t perform that action at this time.
0 commit comments