moto/moto/swf
Jean-Baptiste Barth 61bb550052 Ensure activity and decision tasks cannot progress on a closed workflow
This is a second barrier because I'm a little nervous about this and I
don't want moto/swf to make any activity progress while in the real
world service, it's strictly impossible once the execution is closed.
Python doesn't seem to have any nice way of freezing an object so here
we go with a manual boundary...
2015-11-19 11:45:26 +01:00
..
models Ensure activity and decision tasks cannot progress on a closed workflow 2015-11-19 11:45:26 +01:00
__init__.py Add SWF endpoints: RegisterDomain, DeprecateDomain, ListDomains, DescribeDomain 2015-11-19 11:45:20 +01:00
constants.py Add checks for *DecisionAttributes within RespondDecisionTaskCompleted 2015-11-19 11:45:24 +01:00
exceptions.py Ensure activity and decision tasks cannot progress on a closed workflow 2015-11-19 11:45:26 +01:00
responses.py Fix python 3.x compatibility regarding json loading 2015-11-19 11:45:26 +01:00
urls.py Add SWF endpoints: RegisterDomain, DeprecateDomain, ListDomains, DescribeDomain 2015-11-19 11:45:20 +01:00
utils.py Add SWF endpoint RecordActivityTaskHeartbeat 2015-11-19 11:45:25 +01:00