ericabouaf/aws-swf

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

ericabouaf opened this issue · 3 comments

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

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

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

fixed in #17
👍