SECTION 5.0
Operational Scenarios
Review step-by-step simulations of real-world workflows inside the Strategic Portal. Toggle scenarios below to inspect the logical flow and mock API outputs.
Workflow Steps
Interactive logic simulator
Step 1: Upload FileAuthorized Role: staff / officer
Upload & Set Security Rating
Upload the document (for example, 'Q3 Budget.pdf') to your workspace. Select 'SULIT' (Confidential) in the upload panel to restrict general visibility.
System Activity Logs (For IT / Developer Reference)
POST /api/files/upload HTTP/1.1
Host: hub.unggulaxiom.com
Content-Type: multipart/form-data
-> payload: { parent_id: 'fold-101-uuid', classification: 'SULIT', file: <Q3 Budget.pdf> }
<- Response: 201 Created { id: 'f-8972', name: 'Q3 Budget.pdf', classification: 'SULIT' } Expected Outcome
The file is locked (cannot be renamed, moved, or deleted) and upgraded to Secret classification, securing it against unauthorized internal leakage.