aws / aws-swf-flow-library

AWS Simple Workflow Flow framework library
Apache License 2.0
61 stars 54 forks source link

Activity times out when activity output exceeds size limit #21

Open tomassejkora opened 6 years ago

tomassejkora commented 6 years ago

When an activity output is bigger than activity output size limit then the activity fails but in workflow looks like it's running and ends up in Timed out status when exceeds activity Start To Close Timeout.

It's difficult to find out what is going on so the activity should fail with proper message.