Yep - It is a `WorkflowInstance` and I can call `await workflow.status()`. Getting issue only calli

Yep - It is a
WorkflowInstance
and I can call
await workflow.status()
. Getting issue only calling
sendEvent
TypeError: a.sendEvent is not a function
and this occurs only on the production environment. Local works good.

Logging -
console.log({ status: (await workflow.status()).status, workflow: JSON.stringify(workflow) });

workflow = {"fetcher":{},"id":"dcd3c481-07d4-44ff-bcd5-94e2502bc6ff"}"
status = "running"
Was this page helpful?