Skip to content

Commit 5b2d7e4

Browse files
Added stub for signal_external_workflow (#142)
1 parent 7422a38 commit 5b2d7e4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lib/temporal/testing/local_workflow_context.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,10 @@ def cancel(target, cancelation_id)
194194
raise NotImplementedError, 'Cancel is not available when Temporal::Testing.local! is on'
195195
end
196196

197+
def signal_external_workflow(workflow, signal, workflow_id, run_id = nil, input = nil, namespace: nil, child_workflow_only: false)
198+
raise NotImplementedError, 'Signals are not available when Temporal::Testing.local! is on'
199+
end
200+
197201
def upsert_search_attributes(search_attributes)
198202
search_attributes = Temporal::Workflow::Context::Helpers.process_search_attributes(search_attributes)
199203
execution.upsert_search_attributes(search_attributes)

0 commit comments

Comments
 (0)