
A few weeks ago I was on a call with a CIO who had just turned on her first production agentic workflow. Nothing dramatic. An onboarding helper that watches the student information system, opens a few tickets, kicks off a provisioning job, and posts a confirmation back to the registrar. It worked. She was thrilled. She was also nervous, because the workflow had retried itself overnight, three times, and nobody on her team could tell her what it had done on the second try that it hadn't done on the first.
That is the agentic workflow problem in one paragraph. Not whether it works. Whether you can explain what it did at two in the morning when your auditor asks.
I have been writing the Workflow Designer story for a few weeks now, and the followup question I keep getting from CIOs is the same one. *Ray, the design canvas is great. But what does the operating pattern look like once it is live?* Fair question. The design surface is the easy part. The patterns that hold up under audit, under retry, under a 3 a.m. failure when nobody is awake, are the ones I want to talk about today. Three of them. Orchestration with a name on it. Logging that survives the agent. Self-healing that does not lie about who did the healing.
The first agentic workflow most institutions build looks like a flowchart. Box, arrow, box, arrow, condition, box. That is fine for a demo. It is not fine for production, because a flowchart does not answer the only question that matters when something goes wrong: *who owns this?*
I do not mean who built it. I mean who is named, in your directory, as the human accountable when the workflow does something stupid.
The IETF working group on Workload and Application Identity in Secure Environments has been refining a draft on AI agent identity, most recently revised in February, that makes this point in protocol language. Every agent identity carries a binding to its owner. Not the team. Not the service account. The owner. A companion draft, AAuth, extends OAuth 2.1 with an Agent Authorization Grant that requires a natural-language reason and a human-reviewable scope at the moment an agent asks for access. The standards bodies are putting this in writing because the vendors are not. The Identity Defined Security Alliance stood up its Machine and Agent Identity Working Group in December for the same reason.
What that means for your orchestration pattern is concrete. Every workflow in your iPaaS or your designer should have, as a required field, a named human owner with an active directory entry. Not optional. Not "we'll add it later." Required at deploy time. If your platform lets you ship a workflow without naming the human, that is a platform problem, and you should be on the phone with the vendor about it.
The second piece of the orchestration pattern is scope. Microsoft's Entra Agent ID documentation walks through how an agent presents an identity, what permissions it carries, and how those permissions can be reviewed. The Entra Access Review Agent went into public preview this spring. The capability is there. What is missing on most campuses is the operational discipline to *use* it. Scoping an agent to one system, one set of actions, one population of records, is the difference between a workflow that fails small and a workflow that fails catastrophic.
Name the owner. Name the scope. Then draw the boxes.
Now we get to the part of the agentic stack that almost nobody is ready for.
Your security information and event management platform was designed for humans. Sessions, multi-factor prompts, user agent strings, login events, logout events. Discrete. Bounded. Attributable. Recent reporting from CSO Online on runtime agent security, and a companion piece on the visibility gap, both describe the same structural mismatch. Agent-initiated actions do not look like human sessions. They are ephemeral. They run on service accounts. They rarely surface as conventional log events. EdTech Magazine documented the same gap in its higher education cloud monitoring coverage earlier this year. Campus security operations centers, already lean, already tuned for student and staff telemetry, are about to be swarmed by student-built assistants, research lab agents, and vendor-shipped agent features turned on by default.
Here is the test I want every CIO to apply this quarter. Pick one production system. Banner, Workday, Salesforce, whatever your highest-stakes integration target is. Ask your security team this question: *can you attribute an action in this system to a specific agent, acting on behalf of a specific human, under a specific scope, at a specific time?*
If the answer is yes, you are ahead of nearly every institution I talk to. If the answer is no, or "sort of," or "the service account did it," you have a flat audit trail. A flat audit trail is not governance. It is hope dressed up in a dashboard.
The fix is not buying a new platform. The fix is wiring the log layer to capture three fields on every agent-initiated action. The agent identity. The human owner the agent is acting on behalf of. The scope under which the action was authorized. Those three fields, written into the event stream, are what turn a 3 a.m. retry from a mystery into a record.
Saviynt's final 2025 release added Identity Security Posture Management for AI agents, including discovery of agents and the tools they call. Veza launched its AI Agent Security product at the Gartner IAM Summit in December with a Suggested Owner Agent that maps unmanaged agents back to humans. SailPoint's Agent Identity Security aggregates agents across the major clouds for access review. The product checkboxes are real. The implementation receipts at named higher-ed institutions are not. Every one of these announcements names enterprise reference customers. None of them names a university. That is the gap. Pick a vendor that will own a higher-ed pilot, or you are paying enterprise pricing for a corporate IT lens.
The third pattern, and the one I find most under-documented in higher ed, is self-healing.
Microsoft's TechCommunity has been publishing the pattern in the open. The "From Pipelines to Agents" post documents a self-healing continuous integration workflow built on an Observe-Analyze-Act loop, where the model reasons over build logs and opens remediation pull requests. The "Autonomous AKS Incident Response" walkthrough shows an agent receiving an incident, running diagnostics, applying a remediation, and verifying the cluster is healthy again. Logic Apps exception handling, scopes, retry policies, and Run After branching are the same primitives many campuses already use in their iPaaS layer. The tooling is real. The pattern works. EdTech Magazine has documented universities deploying observability tools to monitor their IT environments. What is missing is any campus that has published an end-to-end self-healing incident with attribution detail.
That is not a coincidence. Self-healing is the most under-documented segment of the agentic stack because when it works, nobody publishes, and when it breaks, nobody wants to.
Here is the question I want every CIO to ask the iPaaS vendor on the next demo call. *When your agent reruns a failed provisioning step, what identity does it present to my identity provider, and where is that recorded?*
If the answer is "the system account," stop the demo. A self-healing workflow that reruns under a flat service account identity has just stripped attribution out of the audit log. The second run looks identical to the first run. The third run looks identical to the second. When something goes wrong on the fourth, you have four indistinguishable events in your log and zero way to know which one made the change.
The pattern that holds up is the opposite. Every retry carries the agent identity, the owner binding, and a remediation reason. Every successful self-heal closes the loop by writing a record back. Every failed self-heal escalates to the named human owner. That is the difference between a workflow that heals itself and a workflow that quietly does whatever it wants and tells you afterward that everything is fine.
I built an identity system at a small university in Arizona in 1996, and I spent the next twenty years watching every other institution rebuild it from scratch. The agentic version of that mistake is coming faster.
I have said on the record that within twelve to eighteen months, AI identities will cause major harm or disruption at two or more high-profile institutions. I stand by that. The postmortem is going to read exactly like the credential stuffing postmortems read in 2018. Nobody owned the identity. Nobody scoped the permission. Nobody read the log. The standards bodies are pointing at it. The IGA vendors are pointing at it. The hyperscalers are pointing at it. And the campuses with the most to lose are the ones that have not yet picked one system, mapped the agents in it, and named the human accountable.
That is the move. Not a platform purchase. Not a transformation deck. One system. One map. One name. Everything else in your agentic strategy is downstream of that decision, and the institutions that skip it are the ones whose names I will be writing about.
The lifecycle is not new. The actors are. Name the human who owns the agent. Write it down. Put it in the directory. Then go build something worth building.
*Raymond Todd Blackwood is the President of QuickLaunch and writes about identity, agentic AI, and the messy reality of higher-ed IT. #ItsExistential*