This article explains why the executionID of a workflow is listed twice in the web address URL.
- Okta Workflows
The URL structure is set in the following manner (using this URL for reference: https://OrgName.workflows.okta.com/app/folders/29852/flows/190584/history/00177029-a0f9-4f73-835e-38d19aa14844/ec864b0c-365f-4632-82b2-2d85c9335b79)
-
The workflows URL, including the folder and flow IDs {https://OrgName.workflows.okta.com/app/folders/29852/flows/190584}.
-
Historical execution IDs start {/history/}.
-
HELPER flow execution ID is listed first {00177029-a0f9-4f73-835e-38d19aa14844}.
- PARENT flow execution ID is listed second {/ec864b0c-365f-4632-82b2-2d85c9335b79} < this is the true PARENT execution ID, not the HELPER flow ID that may call subsequent HELPER flows.
Related References
