Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Smart Assessment Engine

vamsi krishna8
Tera Contributor

Hello All,
How the Control state changes to review from attest when the user submits the smart assessment ?

1 REPLY 1

Phil Swann
Tera Guru
Tera Guru

Great question.

Business rule: Expose event if asmt state changes on Smart assessment instance [sn_smart_asmt_instance]

handles a lot of actions , but the control specific flow happens at the group level...

 

Business rule: Expose event if asmt grp status changes on Assessment group [sn_smart_asmt_assessment_group]

Triggers event: sn_smart_asmt.asmt_inst_completed

Script action: Evaluate assessment result for control

Calls: GRCSmartAssessmentUtils().evaluateControl() , line 110

 

follows very similar logic as classic attestation