Smart Assessment Engine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2024 09:32 AM
Hello All,
How the Control state changes to review from attest when the user submits the smart assessment ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2024 06:01 AM
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