We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cf3aa commit 46ebcb4Copy full SHA for 46ebcb4
temporalio/lib/temporalio/internal/worker/workflow_instance/externally_immutable_hash.rb
@@ -1,5 +1,7 @@
1
# frozen_string_literal: true
2
3
+require 'delegate'
4
+
5
module Temporalio
6
module Internal
7
module Worker
temporalio/lib/temporalio/workflow.rb
@@ -2,6 +2,7 @@
require 'random/formatter'
require 'temporalio/error'
+require 'temporalio/internal/worker/workflow_instance'
require 'temporalio/priority'
require 'temporalio/workflow/activity_cancellation_type'
8
require 'temporalio/workflow/child_workflow_cancellation_type'
0 commit comments