Skip to main content
If you want to send an event from outside a run (e.g. just from your backend) you should use client.sendEvent() instead. Use eventTrigger() on a Job to listen for events. For multiple events, use io.sendEvents() instead.

Parameters

string
required
Should be a stable and unique cache key inside the run(). See resumability for more information.
object
required
object

Returns