python-simple-workflow
python-simple-workflow copied to clipboard
DISCONTINUED - See README
`swf.actors.Decider.complete()` should serialize the value of `execution_context` in JSON format. `DecisionTaskEvent`.execution_context should deserialize its content from JSON format.
most filter queryset methods are today made using the list_\* boto.swf methods. These methods generally do not provide extensive filtering params. Let's say that querysets filter method should now take...
As of today, WorkflowExecutionQuerySet `all` and `filter` methods uses a default value for status parameter and returns whethere OPENED or CLOSED executions. It would be more relevant to fetch both...
As of now, parentship between WorkflowExecution is not implemented. GOGOGO.
If we filter by _domain_ we should not have to instanciate `WorkflowTypeQuerySet` with a `Domain` in argument.