I am trying to restart a state machine which is in pause state,In my case there are multiple executions of the same state machine in which I am restarting state machine and state machine is restarting the executions which are paused first(FIFO order).
I have execution Id of an execution, is ther any API to restart particular execution using execution Id?
Thanks.