@@ -197,7 +197,7 @@ cross-SDK replay:
197197| ` SideEffectRecorded ` | ` sequence ` , ` result ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` |
198198| ` VersionMarkerRecorded ` | ` sequence ` , ` change_id ` , ` version ` , ` min_supported ` , ` max_supported ` | ` WorkflowStepHistory ` , ` WorkflowExecutor ` , ` QueryStateReplayer ` |
199199| ` 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 |
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 ` , ` parent_close_policy ` , ` 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 |
201201| ` 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 ` |
202202| ` 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 ` |
203203| ` 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 |
0 commit comments