diff --git a/lib/temporal/testing/local_workflow_context.rb b/lib/temporal/testing/local_workflow_context.rb index efeb47a8..31aa4ef0 100644 --- a/lib/temporal/testing/local_workflow_context.rb +++ b/lib/temporal/testing/local_workflow_context.rb @@ -137,6 +137,8 @@ def execute_workflow!(workflow_class, *input, **args) id: workflow_id, name: execution_options.name, # Workflow class name run_id: run_id, + parent_id: @workflow_id, + parent_run_id: @run_id, attempt: 1, task_queue: execution_options.task_queue, headers: execution_options.headers,