Provisioning update Policy always get triggered. How to make the policy triger only when specific attribute changes

I am trying to run the leaver workflow, but the problem is when I run this workflow without provisioning policy, it will run fine. it will disable the account and remove entitlements. but when I attach back the provision policy, update policy gets triggered because I changes the attribute in identity. But my question is, how to restrict policy not to run every time? Only run once few attributes get changes

if you dont want to use the provisioning policy, you can set below attributes in your workflow, noapplicationtemplates and nocreatetemplates to true.

3 Likes

I want to use the provisioning policy but dont want it to be triggered at each attribute change. For example, i have update policy for AC_newName and AC_newParent. But when I try to make identity inactive, AC_newName and AC_newParent also gets triggered. AC_newParent put the identity back to the same OU whhere he was previously.

I get your point, you need to check your code, make sure that you generate one plan for all applications or at least one plan per one application in your leaver.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.