ericabouaf / aws-swf

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

Raw event history should be exposed on EventList instance #30

Open rmurphey opened 9 years ago

rmurphey commented 9 years ago

I notice that EventList instances have a private _events property that contains the raw event history provided by SWF. It would be very useful to me if this was exposed, perhaps as a get_history method that would return a clone of the array. Would you be open to a pull request for this?

ericabouaf commented 9 years ago

It seems to be a good idea ! PR are welcome !