Async business rule

Simran16
Giga Contributor

How Async business rule works???

1 ACCEPTED SOLUTION

Abhijeet14
Mega Expert

Hi,

 

 

 

when the business rule is triggered by some condition, the system creates a  scheduled job that processes your script in a background.

 

Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.

 

 

Regards,

Abhijeet Bangera

www.dxsherpa.com

View solution in original post

5 REPLIES 5

Priyanka136
Mega Guru

Hi Simran,

1) Schedule something based on operation called as async.

2) Async BRule runs on background. It allows user to carry out without having wait for the BRule to complete.

3) Async BRule is same as After BRule, (But after BRule are executed synchronously so the user has to wait for BRule to complete before gets control back).

4) Ex:- While importing data, the new user record is inserted & notification is send to user's manager.

5) Async BRule runs when :- When the scheduler runs the scheduled job created from the BRule. The system creates a schedule job from the BRule atfter the user submits the form and after any action is taken on the record in the database. 

6) Refer the below link also :-

https://docs.servicenow.com/bundle/london-application-development/page/script/business-rules/referen...

https://community.servicenow.com/community?id=community_question&sys_id=e3ecec66db48e304feb1a851ca96...

Let me know, if you have any questions.

Please mark it Correct or Helpful, if it works based on impact....!!!!

Warm Regards,

Priyanka

find_real_file.png

www.dxsherpa.com