ericabouaf/aws-swf

workflow-execution.getHistory doesn't page with nextPageToken property

msvanvertloo opened this issue · 0 comments

If you have a workflow execution history more than what is returned in a single getHistory request, AWS returns with a nextPageToken property. This isn't used by workflow-execution.js to get the next page(s), so an incomplete history is returned.