Class WorkflowFinishedEvent


  • public final class WorkflowFinishedEvent
    extends ConversationStreamEvent
    The run finished (succeeded, interrupted, failed, or stopped), carrying the run's outcome. Not necessarily the last event of the stream — the server may still emit a few more housekeeping events (e.g. a ChatTitleUpdatedEvent) before actually closing the connection (unless the stream itself errors first, delivered instead via Flow.Subscriber#onError).