How to make a column in editable grid clickable to navigate to a Task?

Scenario:

Below is the editable  Grid Code, where we are trying to make the Status column clickable. When user clicks on it we need to take the user to the task of that record. This is applicable only when the Status = "Requested for more info" but not all types of Status. Please advise how to achieve this?

a!gridRowLayout(
id: fv!index,
contents: {
a!textField(
label: "Status",
value: index(fv!item, "Status",""),
readOnly: true
),

  Discussion posts and replies are publicly visible