Question


RBS
IN
Last activity: 11 Dec 2018 13:03 EST
Issue with Interraction Manager
Hi All,
I am trying to pass the data from one project to another project. where I start activity, it is executing and completing all the processes, but when it return to control project it is not going to true part(I have used issuccessful in activity as Boolean).it is always going to execute part and data is not passing from one project to controller project. Please guide me what are all the steps I need to do to solve this issue.
)


Pegasystems Inc.
US
Please post some screenshots. This will require a little more context to understand what you are doing.


RBS
IN
Hi,
I have attached the screen shot for reference.
Step1. Click the button-->actGet_Statname(startnowandwait)method will launch activitystarted
Step2:-act_GetStatename will give Statename as "Alabama".
Step3: after this step automation needs to go True part in Control automation, but it is going to execution part.
Please let me know what i have missed in this process


Pegasystems Inc.
US
The default execution path overrides the True/False execution paths. If you have the default execution path connected, then the path will ignore anything connected to the True and False paths. It does not make sense to have all three paths defined if you are going to use True/False because then the only possibilities are True or False. If you don't care about the True/False paths, then its recommended to use the default path instead.


RBS
IN
Hi Mitchell,
I didn't use default execution path. I have defined my activity as mentioned below.


Pegasystems Inc.
US
So... I am going to refer to your previous screenshot. Take note that you have button1 triggers two separates automations. You should remove one of those. On your second button1 automation, you set the breakpoint which indicates that it is going through default execution path to the messageDialog1. If you want it to hit the isSuccessful - true or false, you have to disconnect that connection.
To prove where it is going, put a messageDialog before the Jump To - State_name. What happens after making the changes I suggested?


RBS
IN
Hi Mitchell,
I am not using button1 in two places, i gave it for just reference purpose only. Image1 and image3 both are same. ignore the image1.
I have put break point in True part where you have sugessted, but nothing is happening.


Pegasystems Inc.
US
If you have a breakpoint coming off of true and the breakpoint isn't being hit, then the context isn't returning true. Investigate to see what is failing to cause the context to return a result of false and rectify it.


RBS
IN
Hi,
Can you please elaborate more details.


Pegasystems Inc.
US
You have something in your automation that can either be true or false. It's returning false. You need to find out why it is doing this.


RBS
IN
Hi ,
please help me out to rectify this issue.


Standard Chartered Bank
IN
How to add and use globa variables in interraction manager. if any one have sample steps please let me know