Inspect ServiceNow flows, actions, executions, and diagnostics without navigating the Flow Designer UI.
| Command | What it does |
|---|---|
jsn flows executions --limit 3 | Inspect flow executions |
jsn flows doctor | Run flow diagnostics |
jsn flows executions --limit 3 --json
3 flow execution(s)
FLOW STATUS DURATION
send_notifications Complete 92 seconds
send_notifications Complete 104 seconds
Scheduled Document Collaboration Complete 67 secondsjsn flows doctor --json
✅ Flow publishing
✅ wfa_fluent REST API
✅ POST /activate_flows operation
✅ ServiceNow IDE Platform: active
✅ ServiceNow IDE Runtime Services: activeInstall, point it at your instance, then run this feature.
npm install -g @jacebenson/jsn jsn setup jsn flows executions --limit 3Full setup guide & skill docs →