Closed ybastide closed 6 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"]}'
Fixed :slightly_smiling_face: