output
    Preparing search index...
    • Emits a custom event on the in-process message bus.

      When called inside an Output activity context, the framework automatically attaches activityInfo, workflowDetails, and outputActivityKind onto the emitted payload.

      Parameters

      • eventName: string

        The name of the event to emit

      • Optionalpayload: unknown

        An optional payload to send to the event

      Returns void