Duplicate Exposed Services in Assistant
Posted: November 3rd, 2021, 3:45 pm
When creating a method, sub method, or list method, there may be times where a duplicate exposed service dedicated for a particular execution flow path is easier than combining all the logic into a single service. This will cause a call of that method to display multiple copies of that service in the assistant.
This can be reduced by performing the desired logic prior to the exposed service and instead only using it to consolidate the results of the different branches.
This can be reduced by performing the desired logic prior to the exposed service and instead only using it to consolidate the results of the different branches.