{
TASKTOKEN => {:type => ::Thrift::Types::STRING, :name => 'taskToken', :binary => true, :optional => true},
WORKFLOWEXECUTION => {:type => ::Thrift::Types::STRUCT, :name => 'workflowExecution', :class => ::CadenceThrift::WorkflowExecution, :optional => true},
WORKFLOWTYPE => {:type => ::Thrift::Types::STRUCT, :name => 'workflowType', :class => ::CadenceThrift::WorkflowType, :optional => true},
PREVIOUSSTARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'previousStartedEventId', :optional => true},
STARTEDEVENTID => {:type => ::Thrift::Types::I64, :name => 'startedEventId', :optional => true},
ATTEMPT => {:type => ::Thrift::Types::I64, :name => 'attempt', :optional => true},
BACKLOGCOUNTHINT => {:type => ::Thrift::Types::I64, :name => 'backlogCountHint', :optional => true},
HISTORY => {:type => ::Thrift::Types::STRUCT, :name => 'history', :class => ::CadenceThrift::History, :optional => true},
NEXTPAGETOKEN => {:type => ::Thrift::Types::STRING, :name => 'nextPageToken', :binary => true, :optional => true},
QUERY => {:type => ::Thrift::Types::STRUCT, :name => 'query', :class => ::CadenceThrift::WorkflowQuery, :optional => true},
WORKFLOWEXECUTIONTASKLIST => {:type => ::Thrift::Types::STRUCT, :name => 'WorkflowExecutionTaskList', :class => ::CadenceThrift::TaskList, :optional => true},
SCHEDULEDTIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'scheduledTimestamp', :optional => true},
STARTEDTIMESTAMP => {:type => ::Thrift::Types::I64, :name => 'startedTimestamp', :optional => true},
QUERIES => {:type => ::Thrift::Types::LIST, :name => 'queries', :element => {:type => ::Thrift::Types::STRUCT, :class => ::CadenceThrift::WorkflowQuery}, :optional => true}
}