04-15-2014 10:24 AM
Hi,
I would like to know how to set the target while invoking a handler at CPO end from CPSC. For testing at CPO end, i usually set the target at start time or as a default target. But i need to select the target based on the user who invokes the process. So how can i set the target for this scenario? My process is a webservice triggered and user trigerred one. There is an option of setting the target of Webservice triggering event's target. But am not able to configure that properly. Could anyone please help how to resolve this?
Anish
Solved! Go to Solution.
04-15-2014 11:09 AM
"Web Service Trigger" will always have the same target (Automation Service), so that will not be particularly helpful to what you are trying to achieve.
I think you may want to approach this a little different.
Suppose process A is the process for which you want to dynamically choose a target, based on how it is invoked (via a Northbound Web Service with some parameters or by a end-user or perhaps on a schedule).
I hope that makes sense.
04-15-2014 11:09 AM
"Web Service Trigger" will always have the same target (Automation Service), so that will not be particularly helpful to what you are trying to achieve.
I think you may want to approach this a little different.
Suppose process A is the process for which you want to dynamically choose a target, based on how it is invoked (via a Northbound Web Service with some parameters or by a end-user or perhaps on a schedule).
I hope that makes sense.
04-16-2014 02:19 AM
I have modified it by changing the target of my handler as an Automation Service. Then i run a find target process to get the target and use it to set the target of my HTTP requests. Its working.
Thanks a lot for your suggestion. :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide