<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 Identify a Flow Calling a Helper Flow
Workflows
Okta Classic Engine
Okta Identity Engine
Overview

Identifying the parent process of a Helper Flow is key for tracing and debugging. Reviewing Helper Flow's logs requires understanding the broader business process. Knowing the initiator allows the Helper Flow to adjust its actions based on the request's context, leading to more dynamic, secure, and maintainable automation.

Applies To
  • Okta Workflows
Solution

In the Helper Flow event card, the keys of the Caller object state the following:

  • Which flow called the Helper Flow (ID and name)
  • Which particular execution of the flow made the call (execution_id)
  • Which particular step in the flow was called (method, which is a unique ID)

This data can be viewed in the Helper Flow's Execution History, for example:

Execution History


NOTE: When the Helper Flow is run manually, the ID and execution_id are null. This fact is especially useful for debugging purposes.


Related References

 

Loading
How to Identify a Flow Calling a Helper Flow