Back to Documentation
Events Node

Round End

Exit point for graph execution. Terminates the round flow.

Inputs

finishexecution

Connect from the last node of your round.

Outputs

No data outputs (execution flow only)

Overview

Round End is the default exit node for a game round. When execution reaches it, the round is considered complete. The RGS then emits round_end with the outcome (e.g. win amount, final tags).

Usage

Connect the final node of your flow (e.g. award payout, or end of free spins) to the finish input of Round End. A graph should have at least one path that reaches Round End (or another terminal node).

Protocol

The RGS emits round_end with executionId, win, totalSteps, and optional finalTags. See the RGS Play Protocol for the full message format.