Go Back - Throwing Runtime Error

Hi below is the issue I am facing. In SHA1Online_GetHashTag workflow, I have used Go Back activity at the end of the workflow as mentioned in the PDF. But I get the below error while running in debugging mode.

Hi @balkishan,

From the exception message, I think, it said your browser that targeted by the go back activity is still in used by another activity or something. It is your sha1-online browser separated from another browser ? or could you adds some delay before the go back activity and retry your workflow.

Regards.

Hi, I am getting an error when the process comes to the Go Back activity.

Below is the snapshot. I used this in SHA1Online_GetHashTag workflow at end to return to the initial page.

@balkishan,

First Create one browser variable for open browser or attach browser activity and then pass that variable to Go Back activity. It supports browser variables only.