[ LIVE DEMO // 7 FLOWS IN PRODUCTION ]
See the flows run, not just the diagrams.
Press play to walk through real executions of the automation stack —
topology animates, the console streams representative log lines from a
run like RITM0001234, and every node is clickable for a
deeper look. This is not a recorded video — it's a data-driven simulator
reading the same payloads, scripts and responses you'd find in
production. All customer identifiers are anonymised test data.
Hybrid Identity
Endpoint Automation
Data Integration
End-to-end execution of a real Update against an anonymised customer domain. Watch a payload travel from a SharePoint form through OAuth, into ServiceNow, across the MID Server to BigFix, onto a Domain Controller, then branch to Graph API and Exchange Online for cloud-side reconciliation.
25 STEPS 11 NODES 17 EDGES CLICK ANY NODE
The second front-end for the same 41-step engine. A ServiceNow-native catalog widget fetches the user's current AD/Entra/Exchange state, lets an operator edit it with transfer-lists and an OU tree, and submits only the deltas — which trigger the identical provisioning subflow.
16 STEPS 9 NODES 13 EDGES CLICK ANY NODE
A zoom-in on one leg of the Self-Service Identity Portal flow above — the fetch round-trip in isolation. When an operator clicks Fetch, the widget fires an ad-hoc PowerShell script on the Domain Controller via BigFix and reads the resulting JSON back through BigFix Client Query (typically 8–15 seconds) to pre-populate the form before editing.
13 STEPS 7 NODES 12 EDGES CLICK ANY NODE
A Zabbix disk-space alert lands on a .NET webhook receiver, gets deduped four ways, transforms into a ServiceNow REST call, creates a governed change_request, and triggers a flow that fetches versioned PowerShell, Base64-encodes it, resolves the BigFix credential, POSTs the action, and polls for the result via the shared Poll-for-Result subflow.
19 STEPS 10 NODES 14 EDGES CLICK ANY NODE
A self-service security-baseline audit. A Service Portal request creates a RITM that triggers a 12-step subflow; BigFix drops a read-only PowerShell script that runs 31 CIS Level 1 checks across 8 categories, the result is polled back through the shared subflow and persisted as one queryable row. The endpoint script can only read — never modify.
15 STEPS 9 NODES 12 EDGES CLICK ANY NODE
A composable per-server backup-health check. ServiceNow resolves the customer's Veeam server from the CMDB, ships a versioned PowerShell check via BigFix that verifies the latest backup session per job within a date window, and reads the result back through the shared subflow. If the Veeam module is absent it returns a shape-identical mock success, so the whole pipeline is testable on any Windows endpoint.
12 STEPS 7 NODES 9 EDGES CLICK ANY NODE
The nightly data pipeline for a multi-agreement E-conomic integration. PM2 fires the cron at 3AM, the sync orchestrator iterates entity types, the API client handles pagination and 429 rate limits with exponential backoff, MySQL receives upserts, and fact tables are rebuilt for PowerBI. This trace follows a single anonymised agreement through a full sync cycle.
18 STEPS 8 NODES 13 EDGES CLICK ANY NODE