Hi.
I have sheduler task set in some previous statemachine states, tokenId is saved in saga. Now, in current state I want to reschedule it, but for this action I need to get task time, add some additional time to it and schedule again.
Standard way - to Unchedule + Schedule is not good for me, because to schedule new time I need to know the previous one.
So, I need get scheduler task by TokenId and read it's time. Is it possible?