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).
- Okta Workflows
- Flow ID/ULID
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)
- 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
- Example:
- 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:
Option 2 (using previous flowNumber)
- 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
- Example:
- 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:
Related References
- For more info on ULID format, see Workflow Universal Identifiers for Flow and Folder References Change
