botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

Return empty execution context if needed #302

Closed ybastide closed 6 years ago

ybastide commented 7 years ago
import boto.swf
boto.swf.connect_to_region("us-east-1").describe_workflow_execution("foo", "bar", "baz")["latestExecutionContext"]
# => u'{"waiting_signals":["some_signal_already_sent"]}'
ybastide commented 6 years ago

Fixed :slightly_smiling_face: