CreateServiceNodeFromExistingNode Changes

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
CathyC
Posts: 469
Joined: November 16th, 2021, 11:15 am
Contact:

CreateServiceNodeFromExistingNode Changes

Unread post by CathyC »

I have a method that tries one way to search the catalog, then if that fails, it tries another approach.

Since the page works based of the service named "Search", both approaches use the service name "Search".

I tried to use the service CreateServiceNodeFromExistingNode to store the failure from the first so it can be seen in the logs:
image.png
image.png
but I got an exception:
image.png
So it seems like its only used for creating output from the successful output of a service.

In my example, the Search service exception has 2 results:
image.png
So I would want it to store both of them

Feature Suggestion:
Could CreateServiceNodeFromExistingNode be changed to also accept:

WorkData/ServiceName - to become an entire duplicate of the target service
WorkData/ServiceName/Exception - to copy all Results of the service exception
word count: 132

Tags:
Post Reply