Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Dynamic Attribute for Risk Owner in Workflow

GarimaMandhyani
New Contributor
New Contributor

Hello,

We have a usecase to send approval to risk owner.

On the WF we observed that SoD owner block only works for Serial WF. And we are using Parallel WF.

Is there any way to achieve this on the Parallel WF

We have tried adding custom assignment block with the following query

select username as ID from users where userkey in (select owneruserkey from riskowners where riskid = ${RISKID})

But We are unable to achieve this.

Do let us know if there is  a dynamic attribute to get risk id or any other way to achieve our usecase?

7 REPLIES 7

rushikeshvartak
All-Star
All-Star

use below block

rushikeshvartak_0-1675455561214.png

SODViolation.get('1') > 0
SODViolation.get('2') > 0

RISK_PRIORITY_CRITICAL = 3
RISK_PRIORITY_LOW = 2
RISK_PRIORITY_High = 1
RISK_PRIORITY_Medium = 0


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hi Rushikesh,

Thanks for the response. 

We tried using SOD Owner Block but that works only for Serial WFs.

Is there any way we can do similar function using custom assignment block in parallel wfs?

Thanks

You need to use Custom Query block 

use request_exceptions table & output of query should be userkey


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

Hello Rushikesh,

Thanks for the help.

we tried making query based on request_exceptions and we were able to make this functionailty 

Thanks

@GarimaMandhyani can you please share the query here? This would be helpful for other folks.

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Manu269
All-Star
All-Star

As per saviynt : https://docs.saviyntcloud.com/bundle/EIC-Admin-v231/page/Content/Chapter12-Workflows/Workflow-Compon...

SOD Owner Approval : Its applicable for Only for Serial Workflows

Regards
Manish Kumar
If the response answered your query, please Accept As Solution and Kudos
.

Thanks Manu For the response.

We have already gone through the documentation, and looking for a way to redirect the WFs to sod owners in Parallel Wfs.

Is there any way or possible workaround?

Thanks