I'm using the AWS PHP library. My problem is that my decider never gets any of the closure events. When calling "pollForDecisionTask", I never receive any of these completion events:
WorkflowExecutionFailed WorkflowExecutionTimedOut WorkflowExecutionCanceled WorkflowExecutionTerminated WorkflowExecutionCompleted
They are logged as per the "Management console" but my decider never gets them. All other ones are working fine.
Anybody seen this? any ideas?