Inspect and diagnose ServiceNow flows from the CLI — jsn

Inspect ServiceNow flows, actions, executions, and diagnostics without navigating the Flow Designer UI.

How do I inspect or debug ServiceNow flows from a terminal? Inspect ServiceNow flows, actions, executions, and diagnostics without navigating the Flow Designer UI. JSN gives you a direct terminal workflow instead of requiring the ServiceNow web interface for every inspection or change.
CommandWhat it does
jsn flows executions --limit 3Inspect flow executions
jsn flows doctorRun flow diagnostics
jsn flows executions
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 seconds
▼ next screen
jsn flows doctor --json

✅ Flow publishing
✅ wfa_fluent REST API
✅ POST /activate_flows operation
✅ ServiceNow IDE Platform: active
✅ ServiceNow IDE Runtime Services: active

Get started

Install, point it at your instance, then run this feature.

npm install -g @jacebenson/jsn
jsn setup
jsn flows executions --limit 3
Full setup guide & skill docs →

← All features