Skip to main content
Module

x/live/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/live@1.75.5/deps.ts";

Send a signal for the given workflow execution

Parameters

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