08/10/2023 02:07 AM
Hi,
We have a setup when user is imported it autogenerates a create account task for AD. Add access tasks are generated on the start date of the user. Now the requirement is that Account creation task should not be closed before Add access tasks are generated. Any ways to do this?
thanks
Nidhi
08/10/2023 02:15 AM
Hi @NID27 use advanced query in the WSRETRY job to restrict this.
08/10/2023 02:18 AM - edited 08/10/2023 02:20 AM
Hi @NID27 ,
Set Create Task Action to EntitlementsOnly in Security system. It will create new account task with Add access instead of creating it separately. It means, after setting above mentioned configuration, in your case, when user imported it will not create New Account task, on start date when add access task getting created inside the same add access task, new account task created as subtask.
Let me know if it helps.
08/10/2023 08:20 PM
Enable below option at Security System level to achieve the use case:
in all other user interface instances, Active Directory name will appear as given in the Display name. | |
Create Task Action | This field allows the administrator to define creating tasks for both accounts and entitlements or only entitlements. The parameter provides you the following options:
|
08/10/2023 08:26 PM
Without Account , How add access task will be closed ?
If you don't want account task then you can enable EntitlementsOnly under Security System --> Create task Action.
But you can't hold any task to be completed after.
You can try task execution hierarchy in Global configuration
08/18/2023 06:43 AM
Hi Rushikesh,
Add access tasks are getting errrored out because there is no account at the target.
So.. My concern is- Is there any way to hold the create account tasks untill the add access tasks are generated? Can we put some query in the wsretry job so that it process only those create account tasks which have add access task pending already?
08/18/2023 06:47 AM
Hi @NID27 ,
Hi @NID27 ,
Set Create Task Action to EntitlementsOnly in Security system. It will create new account task with Add access instead of creating it separately. It means, after setting above mentioned configuration, in your case, when user imported it will not create New Account task, on start date when add access task getting created inside the same add access task, new account task created as subtask.
Let me know if it helps.
08/19/2023 04:22 PM
Write create Account logic in Add Access with condition
08/10/2023 08:35 PM
Ideally the access provisioning should happen only after account creation.
DId you tried exploring SS > Create Task Action > EntitlementsOnly option