We are delighted to share our new EIC Delivery Methodology for efficiently managing Saviynt Implementations and delivering quick time to value. CLICK HERE.

Dynamic Role Assignment Affecting Technical Rule Run

JohnLawson
Regular Contributor
Regular Contributor

We have roles that are being assigned dynamically via the technical rules: 
ROLE:JOB:${user.job_function}

If this action is first in the list of other actions in the technical rule and the role doesn't exist, would it cause it to fail completely?

EX:
Create Account on Active Directory

AND Assign ROLE::ROLE:JOB:${user.job_function}
AND Assign ROLE::Birthright_Staff
AND Assign ROLE::ROLE:DIST:${user.customproperty6}
AND Assign Groups::CN=O365-E5_Staff-Licenses
AND Assign ROLE::Birthright_MFA

 

Would the actions after Assign ROLE::ROLE:JOB:${user.job_function} fail if the exact role didn't exist?

Thank you!

3 REPLIES 3

SB
Saviynt Employee
Saviynt Employee

Since this is the part of assignment, the application will create tasks for all the matching roles and should leave out the ones that did not match.


Regards,
Sahil

dgandhi
All-Star
All-Star

Hi @JohnLawson  No it should not fail if the exact role name didn't match.

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

rushikeshvartak
All-Star
All-Star

It continues with execution if role is not found and rule can be retriggered from Policy --> Executive Trail --> Action Trail


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.