Question
2
Replies
390
Views
Toyota Motor Sales USA Inc
Posted: June 5, 2018
Last activity: June 6, 2018
Closed
How to remove the created thread after case was created.
Hi All,
I have a requirement where i need to create a case based on the user selection Yes/No and he gives a value and continues to created the case, here i am facing an issue the data is getting copied from pyDisplayHarness page to the Workpage but in the clipboard side there are two threads created every time one for the Initial screen and other for the Case that is created .
Now how can i removed thread that was created initially and retain only the Case page.
Generally thread will be closed when ever you call close action from UI or you can use activity DoClose to remove the thread.