<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Find an Okta Workflow Using Flow ID Only
Workflows
Overview

This article describes what to do when only the flow ID is available, and there is a need to locate the flow without knowing which folder the flow is in.

This method works with URLs using previous URL path for flows, or the updated format to use ULID (which was released in Version 2024.07.0).
 

Applies To
  • Okta Workflows
  • Flow ID/ULID
Solution

This method works with both flow ID formats:

  • Option 1 - The updated format to use ULID (used starting in Version 2024.07.0)
    • /app/flows/{ULID}/
  • Option 2 - URLs using the previous URL path for flows
    • /app/folders/{foldernumber}/flows/{flownumber}/



Option 1 (using ULID)

  1. Navigate to the Workflows Console, append the following to the Workflows URL, and hit Enter:  /app/flows/{ULID}
    • Example: https://<domainName>.workflows.okta.com/app/flows/01J07KE99Y0NSDRKWS8NB3STM4
  2. The flow should load, and the folder the flow resides in will appear on the top left and will redirect to the correct folder when clicked on: 

folder the flow resides in

 


Option 2 (using previous flowNumber)

  1. Navigate to the Workflows Console, append the following to your Workflows URL, and hit Enter:  /app/folders/my/flows/{flowidhere}
    • Example: https://<domainName>.workflows.okta.com/app/folders/my/flows/662735
  2. The URL with redirect to the ULID format, the flow should load, and the folder in which the flow resides will appear on the top left and will redirect to the correct folder when clicked on: ​​​​​​
folder the flow resides in
 

Related References

Loading
How to Find an Okta Workflow Using Flow ID Only