We have a custom workflow to manage accounts when a certain identity attribute change happens as shown below:
Identity Attribute Change filter: $.changes[?(@.attribute == “removeAccount” && @.newValue == “true”)]
This workflow has been working for quite some time already but since last week, we have noticed that the trigger is no longer working even though nothing has been amended on our side. The filter that we are currently using has been tested successfully with the JSON Path Evaluator too.
To test out if the filter was the issue, we also tested it with ‘$.*’ but the workflow was still not triggering despite the attribute change.
Can I check if anyone is also experiencing the same issue? Appreciate any inputs on this matter. Thanks!