output-sdk
    Preparing search index...
    • Record the start of an event on the default trace for the current workflow.

      Parameters

      • args: { details: unknown; id: string; kind: string; name: string }

        Event information

        • details: unknown

          Arbitrary metadata associated with this phase (e.g., payloads, summaries).

        • id: string

          A unique id for the Event, must be the same across all phases: start, end, error.

        • kind: string

          The kind of Event, like HTTP, DiskWrite, DBOp, etc.

        • name: string

          The human friendly name of the Event: query, request, create.

      Returns void