MemberOf Approval Workflow?

Would like to initiate an approval if a large group (like domain users) is being added as a member of a group (limit certain group nesting conditions).

Parents
  • Hello, David.

    Creating a workflow that responds to a group membership change event is "run-of-the-mill", point-and-click configuration in a workflow, as you probably know. If you only have a handful of the groups that you know to be "large", then you could create a Managed Unit that contains these groups and have the Workflow configured to target only said Managed Unit. If you must have logic that filters dynamically based on the size of the group, then that would likely have to be scripted. It's not all that complex a script, for what it's worth, but obviously if you could get away with the Managed Unit path that might be easier to manage since there would be no code.

    Hope that helps!

    Shawn

Reply
  • Hello, David.

    Creating a workflow that responds to a group membership change event is "run-of-the-mill", point-and-click configuration in a workflow, as you probably know. If you only have a handful of the groups that you know to be "large", then you could create a Managed Unit that contains these groups and have the Workflow configured to target only said Managed Unit. If you must have logic that filters dynamically based on the size of the group, then that would likely have to be scripted. It's not all that complex a script, for what it's worth, but obviously if you could get away with the Managed Unit path that might be easier to manage since there would be no code.

    Hope that helps!

    Shawn

Children
No Data