ericabouaf / aws-swf

Node.js helpers to access the Amazon SWF API
MIT License
74 stars 40 forks source link

use nextPageToken to get the full list of events if greater than 100 #6

Closed ericabouaf closed 10 years ago

ericabouaf commented 11 years ago

We could add a method on DecisionTasl to get more events from the history (slows down the decision process, create child workflows if possible)

sukrit007 commented 10 years ago

A valid use case I can see is the retry logic. Retry will cause the execution history to increase and might require pagination.

ericabouaf commented 10 years ago

fixed in https://github.com/neyric/aws-swf/pull/17 :+1: