Assume that $X_t$ is a continuous time-inhomogeneous Markov process on the states $\{1,2,3\}$ where the state $3$ is absorbing, the other two states are transient. Let the random variable $T$ denote the time until absorbtion in state $3$. I want to determine the probability of never entering state $2$ before absorbtion, i.e. $\mathbb{P}(T>t|X_u=1,\quad \forall u\in [0, T])$.
I have tried to look at something called Phase-type distributions, which are distributions governing the time until absorbtion in a Markov chain with a single absorbing state, however it did'nt work out.
Assuming that the transition rates qij(t) are given by the following,
Q(t)=[-exp(t), 1/2exp(t), 1/2exp(t); 1/2exp(t), -exp(t), 1/2exp(t); 0,0,0]
Thanks in advance