events
A paginated list of history events of the workflow execution. The decider uses this during the processing of the decision task. | STRUCT( "event_timestamp" TIMESTAMP_S, "event_type" VARCHAR, "event_id" BIGINT, "workflow_execution_started_event_attributes" STRUCT( "input" VARCHAR, "execution_start_to_close_timeout" VARCHAR, "task_start_to_close_timeout" VARCHAR, "child_policy" VARCHAR, "task_list" STRUCT( "name" VARCHAR ), "task_priority" VARCHAR, "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "tag_list" VARCHAR[], "continued_execution_run_id" VARCHAR, "parent_workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "parent_initiated_event_id" BIGINT, "lambda_role" VARCHAR ), "workflow_execution_completed_event_attributes" STRUCT( "result" VARCHAR, "decision_task_completed_event_id" BIGINT ), "complete_workflow_execution_failed_event_attributes" STRUCT( "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "workflow_execution_failed_event_attributes" STRUCT( "reason" VARCHAR, "details" VARCHAR, "decision_task_completed_event_id" BIGINT ), "fail_workflow_execution_failed_event_attributes" STRUCT( "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "workflow_execution_timed_out_event_attributes" STRUCT( "timeout_type" VARCHAR, "child_policy" VARCHAR ), "workflow_execution_canceled_event_attributes" STRUCT( "details" VARCHAR, "decision_task_completed_event_id" BIGINT ), "cancel_workflow_execution_failed_event_attributes" STRUCT( "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "workflow_execution_continued_as_new_event_attributes" STRUCT( "input" VARCHAR, "decision_task_completed_event_id" BIGINT, "new_execution_run_id" VARCHAR, "execution_start_to_close_timeout" VARCHAR, "task_list" STRUCT( "name" VARCHAR ), "task_priority" VARCHAR, "task_start_to_close_timeout" VARCHAR, "child_policy" VARCHAR, "tag_list" VARCHAR[], "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "lambda_role" VARCHAR ), "continue_as_new_workflow_execution_failed_event_attributes" STRUCT( "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "workflow_execution_terminated_event_attributes" STRUCT( "reason" VARCHAR, "details" VARCHAR, "child_policy" VARCHAR, "cause" VARCHAR ), "workflow_execution_cancel_requested_event_attributes" STRUCT( "external_workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "external_initiated_event_id" BIGINT, "cause" VARCHAR ), "decision_task_scheduled_event_attributes" STRUCT( "task_list" STRUCT( "name" VARCHAR ), "task_priority" VARCHAR, "start_to_close_timeout" VARCHAR, "schedule_to_start_timeout" VARCHAR ), "decision_task_started_event_attributes" STRUCT( "identity" VARCHAR, "scheduled_event_id" BIGINT ), "decision_task_completed_event_attributes" STRUCT( "execution_context" VARCHAR, "scheduled_event_id" BIGINT, "started_event_id" BIGINT, "task_list" STRUCT( "name" VARCHAR ), "task_list_schedule_to_start_timeout" VARCHAR ), "decision_task_timed_out_event_attributes" STRUCT( "timeout_type" VARCHAR, "scheduled_event_id" BIGINT, "started_event_id" BIGINT ), "activity_task_scheduled_event_attributes" STRUCT( "activity_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "activity_id" VARCHAR, "input" VARCHAR, "control" VARCHAR, "schedule_to_start_timeout" VARCHAR, "schedule_to_close_timeout" VARCHAR, "start_to_close_timeout" VARCHAR, "task_list" STRUCT( "name" VARCHAR ), "task_priority" VARCHAR, "decision_task_completed_event_id" BIGINT, "heartbeat_timeout" VARCHAR ), "activity_task_started_event_attributes" STRUCT( "identity" VARCHAR, "scheduled_event_id" BIGINT ), "activity_task_completed_event_attributes" STRUCT( "result" VARCHAR, "scheduled_event_id" BIGINT, "started_event_id" BIGINT ), "activity_task_failed_event_attributes" STRUCT( "reason" VARCHAR, "details" VARCHAR, "scheduled_event_id" BIGINT, "started_event_id" BIGINT ), "activity_task_timed_out_event_attributes" STRUCT( "timeout_type" VARCHAR, "scheduled_event_id" BIGINT, "started_event_id" BIGINT, "details" VARCHAR ), "activity_task_canceled_event_attributes" STRUCT( "details" VARCHAR, "scheduled_event_id" BIGINT, "started_event_id" BIGINT, "latest_cancel_requested_event_id" BIGINT ), "activity_task_cancel_requested_event_attributes" STRUCT( "decision_task_completed_event_id" BIGINT, "activity_id" VARCHAR ), "workflow_execution_signaled_event_attributes" STRUCT( "signal_name" VARCHAR, "input" VARCHAR, "external_workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "external_initiated_event_id" BIGINT ), "marker_recorded_event_attributes" STRUCT( "marker_name" VARCHAR, "details" VARCHAR, "decision_task_completed_event_id" BIGINT ), "record_marker_failed_event_attributes" STRUCT( "marker_name" VARCHAR, "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "timer_started_event_attributes" STRUCT( "timer_id" VARCHAR, "control" VARCHAR, "start_to_fire_timeout" VARCHAR, "decision_task_completed_event_id" BIGINT ), "timer_fired_event_attributes" STRUCT( "timer_id" VARCHAR, "started_event_id" BIGINT ), "timer_canceled_event_attributes" STRUCT( "timer_id" VARCHAR, "started_event_id" BIGINT, "decision_task_completed_event_id" BIGINT ), "start_child_workflow_execution_initiated_event_attributes" STRUCT( "workflow_id" VARCHAR, "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "control" VARCHAR, "input" VARCHAR, "execution_start_to_close_timeout" VARCHAR, "task_list" STRUCT( "name" VARCHAR ), "task_priority" VARCHAR, "decision_task_completed_event_id" BIGINT, "child_policy" VARCHAR, "task_start_to_close_timeout" VARCHAR, "tag_list" VARCHAR[], "lambda_role" VARCHAR ), "child_workflow_execution_started_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "initiated_event_id" BIGINT ), "child_workflow_execution_completed_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "result" VARCHAR, "initiated_event_id" BIGINT, "started_event_id" BIGINT ), "child_workflow_execution_failed_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "reason" VARCHAR, "details" VARCHAR, "initiated_event_id" BIGINT, "started_event_id" BIGINT ), "child_workflow_execution_timed_out_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "timeout_type" VARCHAR, "initiated_event_id" BIGINT, "started_event_id" BIGINT ), "child_workflow_execution_canceled_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "details" VARCHAR, "initiated_event_id" BIGINT, "started_event_id" BIGINT ), "child_workflow_execution_terminated_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "initiated_event_id" BIGINT, "started_event_id" BIGINT ), "signal_external_workflow_execution_initiated_event_attributes" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR, "signal_name" VARCHAR, "input" VARCHAR, "decision_task_completed_event_id" BIGINT, "control" VARCHAR ), "external_workflow_execution_signaled_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "initiated_event_id" BIGINT ), "signal_external_workflow_execution_failed_event_attributes" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR, "cause" VARCHAR, "initiated_event_id" BIGINT, "decision_task_completed_event_id" BIGINT, "control" VARCHAR ), "external_workflow_execution_cancel_requested_event_attributes" STRUCT( "workflow_execution" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR ), "initiated_event_id" BIGINT ), "request_cancel_external_workflow_execution_initiated_event_attributes" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR, "decision_task_completed_event_id" BIGINT, "control" VARCHAR ), "request_cancel_external_workflow_execution_failed_event_attributes" STRUCT( "workflow_id" VARCHAR, "run_id" VARCHAR, "cause" VARCHAR, "initiated_event_id" BIGINT, "decision_task_completed_event_id" BIGINT, "control" VARCHAR ), "schedule_activity_task_failed_event_attributes" STRUCT( "activity_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "activity_id" VARCHAR, "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "request_cancel_activity_task_failed_event_attributes" STRUCT( "activity_id" VARCHAR, "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "start_timer_failed_event_attributes" STRUCT( "timer_id" VARCHAR, "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "cancel_timer_failed_event_attributes" STRUCT( "timer_id" VARCHAR, "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "start_child_workflow_execution_failed_event_attributes" STRUCT( "workflow_type" STRUCT( "name" VARCHAR, "version" VARCHAR ), "cause" VARCHAR, "workflow_id" VARCHAR, "initiated_event_id" BIGINT, "decision_task_completed_event_id" BIGINT, "control" VARCHAR ), "lambda_function_scheduled_event_attributes" STRUCT( "id" VARCHAR, "name" VARCHAR, "control" VARCHAR, "input" VARCHAR, "start_to_close_timeout" VARCHAR, "decision_task_completed_event_id" BIGINT ), "lambda_function_started_event_attributes" STRUCT( "scheduled_event_id" BIGINT ), "lambda_function_completed_event_attributes" STRUCT( "scheduled_event_id" BIGINT, "started_event_id" BIGINT, "result" VARCHAR ), "lambda_function_failed_event_attributes" STRUCT( "scheduled_event_id" BIGINT, "started_event_id" BIGINT, "reason" VARCHAR, "details" VARCHAR ), "lambda_function_timed_out_event_attributes" STRUCT( "scheduled_event_id" BIGINT, "started_event_id" BIGINT, "timeout_type" VARCHAR ), "schedule_lambda_function_failed_event_attributes" STRUCT( "id" VARCHAR, "name" VARCHAR, "cause" VARCHAR, "decision_task_completed_event_id" BIGINT ), "start_lambda_function_failed_event_attributes" STRUCT( "scheduled_event_id" BIGINT, "cause" VARCHAR, "message" VARCHAR ) )[] |