AI fits into Freestyle Orchestrator as a decision-making and enrichment layer that sits between workflow triggers and actions. Instead of static if-then logic, you can use AI to dynamically evaluate complex conditions. Key integration points include:
- Trigger Enrichment: Use AI to analyze the context of a trigger (e.g., a device check-in event, a user help request) and extract intent or priority before the workflow begins.
- Dynamic Variable Assignment: Replace hardcoded values with AI-generated outputs. For example, an AI model can analyze a device's inventory data (from Workspace ONE UEM) and set a variable like
remediation_prioritytoHigh,Medium, orLow. - Intelligent Branching: Use an AI agent to evaluate multiple data points—like device compliance state, user role, geographic location, and recent support tickets—to decide which workflow path (
Approve,Deny,Escalate,Remediate) to execute, moving beyond simple rule-based gates.




