Async Business rules on insert are not executing

Rohit79
Kilo Expert

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

find_real_file.png

 

?

find_real_file.png

1 ACCEPTED SOLUTION

@Rohit 

Is there any Business Rule that is running before this that is using .setWorkFlow(false) method? This skips the business rules.

View solution in original post

6 REPLIES 6

Ravi Peddineni
Kilo Sage

@Rohit 

Can you update any field in the script and check if the logs are being printed?

no luck..looks like async business rules are queued somewhere to execute. but where to check this ?

find_real_file.png

@Rohit 

Is there any Business Rule that is running before this that is using .setWorkFlow(false) method? This skips the business rules.

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