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.
- Okta Workflows
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:
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
