Transit Ticket Router Route Transit tickets to the appropriate workflow based on their task type. Workflow 1. Extract Ticket Reference Parse the reference from the user input. Extract the numeric display ID (e.g., - display ID ). If no valid reference is found, ask the user which ticket they want to work on. 2. Fetch Task Details Query Transit for the task using . Match the task by its display ID from the results. If task is not found: Stop and inform the user that the ticket could not be found in Transit. Do not proceed. If task status is or : Warn the user that the ticket is already marked…