Source Account Deleted triggers are not working when the aggregation removes the source account or when we manually remove the source account.
But it works when we remove the identity from IDN using the “remove identity” option, and workflow is triggered at that time.
Can someone make a suggestion?
{
“name”: “Copy of Source delete”,
“description”: “”,
“modified”: “2023-02-07T06:17:26.468435345Z”,
“modifiedBy”: {
“type”: “IDENTITY”,
“id”: “2c918087801ecaxxae01801ee03ec94b0b”,
“name”: “Manxxx”
},
“definition”: {
“start”: “Get Accounts”,
“steps”: {
“Get Accounts”: {
“actionId”: “sp:get-accounts”,
“attributes”: {
“getAccountsBy”: “specificIdentity”,
“identity.$”: “$.trigger.nativeIdentifier”
},
“nextStep”: “success”,
“type”: “action”,
“versionNumber”: 1
},
“success”: {
“type”: “success”
}
}
},
“creator”: {
“type”: “IDENTITY”,
“id”: “xxx”,
“name”: “xxxx xx”
},
“trigger”: {
“type”: “EVENT”,
“attributes”: {
“filter.$”: “$[?($.sourceId == "2c9180837fdb5fe7fe0xxxx95acbb0dbb")]”,
“id”: “idn:source-account-deleted”
}
}
}