Hybrid Source & manual tasks

Hello everyone,

We are working on a client project that requires setting up a hybrid source with specific behaviors for provisioning and deprovisioning. This means we would like to handle aggregation via API call while for creation/modification we would like to manage it through the generation of manual tasks.

We tried using a loopback webservice connector and disabling the ‘provisioning’ feature. This setup allows us to aggregate via API call and create a manual task that triggers automatic provisioning upon approval. However, for deprovisioning, we want to disable manual task and notification generation. We considered using a provisioning rule to set the operation to null to prevent manual task creation, but it appears that disabling the ‘provisioning’ feature initialy also disables rule support.

Could anyone suggest an alternative approach to achieve this?

Thank you in advance!