Output only. Where in the API call flow the flow hook is invoked. Must be one of PreProxyFlowHook, PostProxyFlowHook, PreTargetFlowHook, or PostTargetFlowHook.
description
string
Description of the flow hook.
sharedFlow
string
Shared flow attached to this flow hook, or empty if there is none attached.
continueOnError
boolean
Optional. Flag that specifies whether execution should continue if the flow hook throws an exception. Set to true to continue execution. Set to false to stop execution if the flow hook throws an exception. Defaults to true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["FlowHook is a resource that can be configured with a `flowHookPoint`, a `description`, a `sharedFlow`, and a `continueOnError` boolean."],["The `flowHookPoint` field indicates where in the API call flow the hook is invoked, and can be one of `PreProxyFlowHook`, `PostProxyFlowHook`, `PreTargetFlowHook`, or `PostTargetFlowHook`."],["The `sharedFlow` field is a string that represents the attached shared flow, if any."],["The `continueOnError` boolean determines if the execution should continue if the flow hook throws an error, with a default value of `true`."],["There are four available methods that allow for attaching and detaching shared flows to flow hooks, retrieving the shared flow attached to a specific flow hook, and listing all flow hooks attached to an environment."]]],[]]