Skip to content

Commit

Permalink
Fix a merge error between child workflows and metadata enrichment
Browse files Browse the repository at this point in the history
  • Loading branch information
nagl-stripe committed Apr 20, 2022
1 parent 6b8973f commit 7c71a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/temporal/testing/local_workflow_context.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7c71a31

Please sign in to comment.