Share all details related to your problem, including any error messages you may have received.
Good afternoon!
Hopefully this is a simple question. My goal is to execute a task via a custom rule. I found some examples where you can create a task schedule and execute the task that way, but I’m hoping there’s some way to pass in, say, a filter to the task.
The task I have in mind is the Prune Identity Cubes task. Currently, we use that singular task with a filter (such as name==SomeName) to prune single identity cubes, and it works just fine. I’m hoping to write a rule that does several things: delete all the links for an identity, set the useBy preference to nothing, commit these transactions, and then prune the cube. So far, i’ve got 3 out of the 4 objectives ready, but I can’t quite figure out the pruning part. Is it possible to set a filter on a TaskDefinition object via a custom rule?