(event: ExecutionEvent)
| 283 | const { executionId, workflowId, sendEvent } = options |
| 284 | |
| 285 | const sendBufferedEvent = async (event: ExecutionEvent) => { |
| 286 | await sendEvent(event) |
| 287 | } |
| 288 | |
| 289 | const onBlockStart = async ( |
| 290 | blockId: string, |
no test coverage detected