Question
5
Replies
1354
Views
Posted: July 26, 2017
Last activity: August 23, 2018
Activity cannot be run without interaction
Hi,
I want to create Automations to search a word on a web page. I have two projects on a solution.
- Main-UI: is the controll project, has a Windows form on which a search button and text box is.
- WebAdapter: is for access web page ()
- In order to pass a word from Main_UI to WebAdapter, both project has a Global Container.
- When debugging the solution, the message attached appears.
- The issue occurs just after clicking the search button.
- Main-UI has the reference to WebAdapter and I already imported it.
- Global Container of Main-UI and WebAdapter has a same ConfigurationFile which is downloaded for 'PEGA ROBOTIC AUTOMATION ARCHITECT ESSENTIALS' and I added some Activities to it.
- I created a same kind of Automation in 'PEGA ROBOTIC AUTOMATION ARCHITECT ESSENTIALS' , and it works.
How can I solve the problem?
Thanks,
Yukihito
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Can you attach a screenshot of your automation for this?
The error indicates you haven't started an interaction with a key. By default, to run an activity, it requires an interaction session to be active. You can change this default behavior in the interaction manager by changing the activity property of RequireInteraction to false.