python-simple-workflow icon indicating copy to clipboard operation
python-simple-workflow copied to clipboard

DISCONTINUED - See README

Results 15 python-simple-workflow issues
Sort by recently updated
recently updated
newest added

`swf.actors.Decider.complete()` should serialize the value of `execution_context` in JSON format. `DecisionTaskEvent`.execution_context should deserialize its content from JSON format.

enhancement

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...

enhancement

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...

enhancement

As of now, parentship between WorkflowExecution is not implemented. GOGOGO.

enhancement

If we filter by _domain_ we should not have to instanciate `WorkflowTypeQuerySet` with a `Domain` in argument.

enhancement