Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/blocks/deps.ts>WorkflowContext#sendSignal

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
method WorkflowContext.prototype.sendSignal
Re-export
import { WorkflowContext } from "https://deno.land/x/blocks@1.75.2/deps.ts";

Send a signal for the given workflow execution

Parameters

executionId: string
_signal: string
payload: unknown
optional
opts: ClientOptions