my click activity is not ending its executing when the “simulate click” property is clicked. It does, however, click on the item and the item that it clicks on will open. But the problem is that the next activity will never be executed and therefore the workflow will not end.
Does anyone have the solution for this? Not using “simulate click” is not an option.
@Srini84
Thanks, I did that and the strange thing is that it is doing neither. It is not moving to the next activity but it also does not throw an error. The window that the click is supposed to open, does open so the click is performed.
It might be caused by event matter. So, can you try to use Parallel activity as the following steps?
First, put Parallel activity.
Next, put Click activity with simulate click mode to click button into left lane.
Then, put some activities to process item dialog until it closes into right lane.