vlinder turn¶
Inspect individual turns within a session.
A turn is one user submission and all the messages it produces (invoke, requests, responses, complete).
Subcommands¶
vlinder turn get¶
Show all messages in a turn.
| Argument | Description |
|---|---|
SUBMISSION_ID | Submission ID of the turn to inspect |
Displays every DAG node belonging to the submission — invoke, request, response, and complete messages — in order.
See Also¶
- Domain Model — SubmissionId and DagNode
- Queue System — message types