Share all details related to your problem, including any error messages you may have received.
I’m doing a webservice connector and due to logic processing I want to know if there is a way to go to the next connector operation,
As I have to add entitlements:
add entitlment 1
add entitlment 2
I have a before an operating rule in add entitlment 1, from that point when processing my logic I want to say to not do add entitlment 1 but do add entitlment 2
If I am getting your use-case correctly then you want to prevent one entitlement from provisioning based upon some condition. If this is the case, then you can leverage before operation rule and change the body content.
In ideal case if there are some pre-defined generic filter criteria then you can do it in the LCM flow itself.
Let me know if there is a gap in understanding the use-case.