Question
Activity Still Requiring Interaction after attribute changed to False
I'm testing the use of activities without having an interaction active/started. In my test project, I am using the provided activity (AddPlan) text found in the default XML. I've changed the RequiresInteraction value to False, but I am still receiving the error message show.
Note: I have tried this with other XMLs and still receive the error. For testing purposes, I'm using the XML data found in the comment section of the default XML.
Visual Studio Professional 2015 with Pega plugin .1030
Thanks
**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.
I figured it out. Changing the activity's attribute gives the ability to start an activity for a non-active key. You cannot start an activity without an interaction being created at least.
i.e.: keyA is started. followed by keyB. KeyB is the active key, but you can start an activity for keyA by setting the attribute value to false.
Edit: this is wrong per the Pega Admin