events property

List<HistoryEvent> events
final

A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task.

Implementation

final List<HistoryEvent> events;