- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-08-2022 08:21 AM
hi,
I have noticed that async Business rule are not working in my instance 12:30 AM IST today. it was working before that
so check this issue further - I have created below very simple Business rule to test whether async BR working. but that log messages not seen in logs. how to troubleshoot this
?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-08-2022 08:36 AM
Is there any Business Rule that is running before this that is using .setWorkFlow(false) method? This skips the business rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-08-2022 08:24 AM
Can you update any field in the script and check if the logs are being printed?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-08-2022 08:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-08-2022 08:36 AM
Is there any Business Rule that is running before this that is using .setWorkFlow(false) method? This skips the business rules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â04-08-2022 08:40 AM
I can see there Before - Insert Business rule created by someone which has current.setWorkflow(false) . after disabling this BR , async - Insert BR started executing
Thank you