What problem does it solve? Okta Workflows enforces hard platform limits, plan-gated flow counts, automated throttling, and export rate caps that can silently break or degrade automation. This Skill gives you the exact numbers, error messages, and behaviors so you can diagnose limit-related failures and design flows that stay within the resource model. ## Core Features & Use Cases - Hard Limit Reference: Covers 100 MB instance memory, 2,000,000 max steps per flow, recursion limit 250 ("Stack limit exceeded"), 1 MB execution-history payload, 10 invocations/sec/flow rate limit, 30-day history retention, and file size caps. - Plan Gating & Throttling: Explains active flow counts by plan (Starter 5, Light 50, Medium 150, Maximum unlimited) and the automated flow throttling feature that limits resource allocation without stopping completion. - Export Rate Limits: Details the 15-minute export window with plan-based caps (Starter 10 through Maximum 1000) where exceeding the cap fails the entire export. - Use Case: A flow fails with "Stack limit exceeded" during a recursive helper-flow chain. Use this Skill to identify the 250 recursion limit and restructure the flow to iterate instead of recurse. ## Quick Start Ask the AI to explain why your Okta Workflow shows "The data returned successfully, but is too large to display" and whether it indicates a failure.