Stamps an audit event with the current time.
Event details, without a timestamp.
A complete event, ready to pass to RuntimeContext.observe.
ctx.observe(createExecutionEvent({ kind: "executor.start", requestId: ctx.requestId, executionId: ctx.executionId,})); Copy
ctx.observe(createExecutionEvent({ kind: "executor.start", requestId: ctx.requestId, executionId: ctx.executionId,}));
Stamps an audit event with the current time.