Skip to content

Commit

Permalink
Add design goal to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicWink committed Jul 11, 2024
1 parent c42cf5c commit 9b6f4b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ Typed Python interface to AWS Simple Workflow service
on-demand)
* Better execution filtering

The most interesting part is state construction: given an execution history, this
library can build a full state of the execution and all of its tasks with all details;
see :meth:`swf_typed.build_state`). The rest of the API simply wraps and closely
matches AWS's SWF API.


See also
^^^^^^^^
Expand Down

0 comments on commit 9b6f4b4

Please sign in to comment.