sharvari
(Sharvari Bharatiya)
January 9, 2024, 2:39pm
1
Overview
This simple workflow will send an email notification when account aggregation fails
Requirements
You must have an Identity Now tenant with the Workflows feature enabled.
Guide
This workflow sends out an email notification to the Source Administrator whenever aggregation fails.
Please modify the Source Name and Recipient Email address in the workflow after importing it into your tenant.
To learn how to download and install workflow files, please read this guide.
Use this category to view and download Identity Security Cloud (ISC) workflows built by the community.
Follow these steps to download a workflow from the CoLab and start using it:
Download the workflow you want from the Workflows category.
Go to the Workflows dashboard in IDN and click the + New Workflow button.
Choose this option: Start with a JSON file
Either drag and drop your JSON file into the window or click the drag-and-drop area to upload the file from your computer.
The workflow auto…
1 Like
HI Sharvari,
I tried the workflow with Error variable and able to get notification.
Can we get notifications for warning? I tried like below and not getting notifications, can you let me know if that feasible or not.
sharvari
(Sharvari Bharatiya)
May 19, 2025, 3:40pm
3
Yes, you can. For warnings also the status will be Success and hence it didn’t work for you for above example. Please refer to the sample response from trigger. For warnings you need to check $.trigger.warnings
{
"source":{
"id":"4e4d982afddff4267ab12f0f1e72b5e6d",
"name":"Corporate Active Directory",
"type":"SOURCE"
},
"status":"Success",
"started":"2020-06-29T22:01:50.474Z",
"completed":"2020-06-29T22:02:04.090Z",
"errors":[
],
"warnings":[
"Account skipped"
],
"stats":{
"scanned":200,
"unchanged":190,
"changed":6,
"added":4,
"removed":3
}
}
1 Like
I even tried with $.trigger.warnings and it didn’t work for me.
sharvari
(Sharvari Bharatiya)
May 20, 2025, 8:24am
5
It will not work because you are comparing the wrong values, status will not be same as warnings anytime. Kindly go through documentation for workflows to understand how these trigger, actions and operators work. Thank you!
1 Like