@@ -173,14 +173,14 @@ cross-SDK replay:
173173| ` StartRejected ` | ` workflow_command_id ` , ` workflow_instance_id ` , ` workflow_run_id ` , ` workflow_class ` , ` workflow_type ` , ` business_key ` , ` visibility_labels ` , ` memo ` , ` search_attributes ` , ` outcome ` , ` rejection_reason ` | ` HistoryTimeline ` , ` HistoryExport ` , ` RunCommandContract ` , operator command projections |
174174| ` WorkflowStarted ` | ` workflow_class ` , ` workflow_type ` , ` workflow_instance_id ` , ` workflow_run_id ` , ` workflow_command_id ` , ` business_key ` , ` visibility_labels ` , ` memo ` , ` search_attributes ` , ` execution_timeout_seconds ` , ` run_timeout_seconds ` , ` execution_deadline_at ` , ` run_deadline_at ` , ` workflow_definition_fingerprint ` , ` declared_queries ` , ` declared_query_contracts ` , ` declared_signals ` , ` declared_signal_contracts ` , ` declared_updates ` , ` declared_update_contracts ` , ` declared_entry_method ` , ` declared_entry_mode ` , ` declared_entry_declaring_class ` , ` parent_workflow_instance_id ` , ` parent_workflow_run_id ` , ` parent_sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` retry_policy ` , ` timeout_policy ` , ` continued_from_run_id ` , ` retry_attempt ` , ` retry_of_child_workflow_run_id ` | ` WorkflowDefinitionFingerprint ` , ` RunLineageView ` , worker history payload consumers |
175175| ` WorkflowContinuedAsNew ` | ` sequence ` , ` continued_to_run_id ` , ` continued_to_run_number ` , ` workflow_link_id ` , ` closed_reason ` | ` WorkflowStepHistory ` , ` RunLineageView ` , ` HistoryTimeline ` , operator detail projections |
176- | ` ActivityScheduled ` | ` activity_execution_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` activity ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ActivityRecovery ` |
177- | ` ActivityStarted ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` activity ` , ` parallel_group_path ` | ` ActivitySnapshot ` , ` ActivityAttemptSnapshots ` , ` HistoryTimeline ` , ` RunActivityView ` |
176+ | ` ActivityScheduled ` | ` activity_execution_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` activity ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ActivityRecovery ` , ` ParallelChildGroup ` |
177+ | ` ActivityStarted ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` activity ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ActivitySnapshot ` , ` ActivityAttemptSnapshots ` , ` HistoryTimeline ` , ` RunActivityView ` , ` ParallelChildGroup ` |
178178| ` ActivityHeartbeatRecorded ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` heartbeat_at ` , ` lease_expires_at ` , ` activity ` , ` activity_attempt ` , ` progress ` | ` ActivitySnapshot ` , ` ActivityAttemptSnapshots ` , ` HistoryTimeline ` , ` RunActivityView ` |
179- | ` ActivityRetryScheduled ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` retry_task_id ` , ` retry_of_task_id ` , ` retry_available_at ` , ` retry_backoff_seconds ` , ` retry_after_attempt_id ` , ` retry_after_attempt ` , ` max_attempts ` , ` retry_policy ` , ` timeout_kind ` , ` exception_type ` , ` exception_class ` , ` message ` , ` code ` , ` exception ` , ` activity ` , ` parallel_group_path ` | ` ActivitySnapshot ` , ` ActivityAttemptSnapshots ` , ` HistoryTimeline ` , ` RunTaskView ` |
180- | ` ActivityCompleted ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` result ` , ` payload_codec ` , ` activity ` , ` parallel_group_path ` | ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ParallelChildGroup ` , ` ActivityRecovery ` |
181- | ` ActivityFailed ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` failure_id ` , ` failure_category ` , ` non_retryable ` , ` exception_type ` , ` exception_class ` , ` message ` , ` code ` , ` exception ` , ` activity ` , ` parallel_group_path ` , ` structural_limit_kind ` , ` structural_limit_value ` , ` structural_limit_configured ` | ` ActivitySnapshot ` , ` FailureSnapshots ` , ` HistoryTimeline ` , ` ParallelFailureSelector ` |
179+ | ` ActivityRetryScheduled ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` retry_task_id ` , ` retry_of_task_id ` , ` retry_available_at ` , ` retry_backoff_seconds ` , ` retry_after_attempt_id ` , ` retry_after_attempt ` , ` max_attempts ` , ` retry_policy ` , ` timeout_kind ` , ` exception_type ` , ` exception_class ` , ` message ` , ` code ` , ` exception ` , ` activity ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ActivitySnapshot ` , ` ActivityAttemptSnapshots ` , ` HistoryTimeline ` , ` RunTaskView ` , ` ParallelChildGroup ` |
180+ | ` ActivityCompleted ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` result ` , ` payload_codec ` , ` activity ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ParallelChildGroup ` , ` ActivityRecovery ` |
181+ | ` ActivityFailed ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` failure_id ` , ` failure_category ` , ` non_retryable ` , ` exception_type ` , ` exception_class ` , ` message ` , ` code ` , ` exception ` , ` activity ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` , ` structural_limit_kind ` , ` structural_limit_value ` , ` structural_limit_configured ` | ` ActivitySnapshot ` , ` FailureSnapshots ` , ` HistoryTimeline ` , ` ParallelFailureSelector ` , ` ParallelChildGroup ` |
182182| ` ActivityCancelled ` | ` workflow_command_id ` , ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` cancelled_at ` , ` activity ` , ` activity_attempt ` | ` ActivitySnapshot ` , ` ActivityAttemptSnapshots ` , ` HistoryTimeline ` , cancellation repair projections |
183- | ` ActivityTimedOut ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` failure_id ` , ` failure_category ` , ` timeout_kind ` , ` message ` , ` exception_class ` , ` schedule_deadline_at ` , ` close_deadline_at ` , ` schedule_to_close_deadline_at ` , ` heartbeat_deadline_at ` , ` activity ` , ` parallel_group_path ` | ` ActivitySnapshot ` , ` FailureSnapshots ` , ` HistoryTimeline ` , timeout repair projections |
183+ | ` ActivityTimedOut ` | ` activity_execution_id ` , ` activity_attempt_id ` , ` activity_class ` , ` activity_type ` , ` sequence ` , ` attempt_number ` , ` failure_id ` , ` failure_category ` , ` timeout_kind ` , ` message ` , ` exception_class ` , ` schedule_deadline_at ` , ` close_deadline_at ` , ` schedule_to_close_deadline_at ` , ` heartbeat_deadline_at ` , ` activity ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ActivitySnapshot ` , ` FailureSnapshots ` , ` HistoryTimeline ` , ` ParallelChildGroup ` , timeout repair projections |
184184| ` TimerScheduled ` | ` timer_id ` , ` sequence ` , ` delay_seconds ` , ` fire_at ` , ` timer_kind ` , ` condition_wait_id ` , ` condition_key ` , ` condition_definition_fingerprint ` , ` signal_wait_id ` , ` signal_name ` | ` WorkflowStepHistory ` , ` QueryStateReplayer ` , ` RunTimerView ` , ` ConditionWaits ` , ` SignalWaits ` |
185185| ` TimerFired ` | ` timer_id ` , ` sequence ` , ` delay_seconds ` , ` fire_at ` , ` fired_at ` , ` timer_kind ` , ` condition_wait_id ` , ` condition_key ` , ` condition_definition_fingerprint ` , ` signal_wait_id ` , ` signal_name ` | ` WorkflowStepHistory ` , ` QueryStateReplayer ` , ` RunTimerView ` , ` ConditionWaits ` , ` SignalWaits ` |
186186| ` TimerCancelled ` | ` timer_id ` , ` sequence ` , ` delay_seconds ` , ` fire_at ` , ` timer_kind ` , ` condition_wait_id ` , ` condition_key ` , ` condition_definition_fingerprint ` , ` signal_wait_id ` , ` signal_name ` , ` cancelled_at ` | ` WorkflowStepHistory ` , ` RunTimerView ` , ` ConditionWaits ` , ` SignalWaits ` , ` HistoryTimeline ` |
@@ -196,12 +196,12 @@ cross-SDK replay:
196196| ` ConditionWaitTimedOut ` | ` condition_wait_id ` , ` condition_key ` , ` condition_definition_fingerprint ` , ` sequence ` , ` timer_id ` , ` timeout_seconds ` | ` WorkflowStepHistory ` , ` ConditionWaits ` , ` QueryStateReplayer ` , ` HistoryTimeline ` |
197197| ` SideEffectRecorded ` | ` sequence ` , ` result ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` |
198198| ` VersionMarkerRecorded ` | ` sequence ` , ` change_id ` , ` version ` , ` min_supported ` , ` max_supported ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` |
199- | ` ChildWorkflowScheduled ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` parent_close_policy ` , ` retry_policy ` , ` timeout_policy ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ChildRunHistory ` , ` RunLineageView ` |
200- | ` ChildRunStarted ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` retry_policy ` , ` timeout_policy ` , ` execution_timeout_seconds ` , ` run_timeout_seconds ` , ` execution_deadline_at ` , ` run_deadline_at ` , ` retry_attempt ` , ` retry_of_child_workflow_run_id ` , ` retry_backoff_seconds ` | ` ChildRunHistory ` , ` RunLineageView ` , worker history payload consumers |
201- | ` ChildRunCompleted ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` output ` , ` parallel_group_path ` | ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ChildRunHistory ` , ` ParallelChildGroup ` , ` RunLineageView ` |
202- | ` ChildRunFailed ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` failure_id ` , ` failure_category ` , ` exception_type ` , ` exception_class ` , ` message ` , ` exception ` , ` code ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` FailureSnapshots ` , ` ParallelFailureSelector ` , ` RunLineageView ` |
203- | ` ChildRunCancelled ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` failure_id ` , ` failure_category ` , ` exception_class ` , ` message ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` FailureSnapshots ` , ` RunLineageView ` , parent-close projections |
204- | ` ChildRunTerminated ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` failure_id ` , ` failure_category ` , ` exception_class ` , ` message ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` FailureSnapshots ` , ` RunLineageView ` , parent-close projections |
199+ | ` ChildWorkflowScheduled ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` parent_close_policy ` , ` retry_policy ` , ` timeout_policy ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ChildRunHistory ` , ` ParallelChildGroup ` , ` RunLineageView ` |
200+ | ` ChildRunStarted ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` retry_policy ` , ` timeout_policy ` , ` execution_timeout_seconds ` , ` run_timeout_seconds ` , ` execution_deadline_at ` , ` run_deadline_at ` , ` retry_attempt ` , ` retry_of_child_workflow_run_id ` , ` retry_backoff_seconds ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` ParallelChildGroup ` , ` RunLineageView ` , worker history payload consumers |
201+ | ` ChildRunCompleted ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` output ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` WorkflowExecutor ` , ` QueryStateReplayer ` , ` ChildRunHistory ` , ` ParallelChildGroup ` , ` RunLineageView ` |
202+ | ` ChildRunFailed ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` failure_id ` , ` failure_category ` , ` exception_type ` , ` exception_class ` , ` message ` , ` exception ` , ` code ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` FailureSnapshots ` , ` ParallelChildGroup ` , ` ParallelFailureSelector ` , ` RunLineageView ` |
203+ | ` ChildRunCancelled ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` failure_id ` , ` failure_category ` , ` exception_class ` , ` message ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` FailureSnapshots ` , ` ParallelChildGroup ` , ` RunLineageView ` , parent-close projections |
204+ | ` ChildRunTerminated ` | ` sequence ` , ` workflow_link_id ` , ` child_call_id ` , ` child_workflow_instance_id ` , ` child_workflow_run_id ` , ` child_workflow_class ` , ` child_workflow_type ` , ` child_run_number ` , ` child_status ` , ` closed_reason ` , ` closed_at ` , ` failure_id ` , ` failure_category ` , ` exception_class ` , ` message ` , ` parallel_group_id ` , ` parallel_group_kind ` , ` parallel_group_base_sequence ` , ` parallel_group_size ` , ` parallel_group_index ` , ` parallel_group_path ` | ` ChildRunHistory ` , ` FailureSnapshots ` , ` ParallelChildGroup ` , ` RunLineageView ` , parent-close projections |
205205| ` SearchAttributesUpserted ` | ` sequence ` , ` attributes ` , ` merged ` | ` WorkflowStepHistory ` , ` HistoryTimeline ` , visibility/search projections, history export |
206206| ` MemoUpserted ` | ` sequence ` , ` entries ` , ` merged ` | ` WorkflowStepHistory ` , ` HistoryTimeline ` , run detail projections, history export |
207207| ` RepairRequested ` | ` workflow_command_id ` , ` workflow_instance_id ` , ` workflow_run_id ` , ` command_type ` , ` outcome ` , ` liveness_state ` , ` wait_kind ` , ` task_id ` , ` task_type ` | ` HistoryTimeline ` , ` RunCommandContract ` , repair diagnostics, operator detail projections |
0 commit comments