Resource: FlowHook
JSON representation |
---|
{ "flowHookPoint": string, "description": string, "sharedFlow": string, "continueOnError": boolean } |
Fields | |
---|---|
flowHookPoint |
Output only. Where in the API call flow the flow hook is invoked. Must be one of |
description |
Description of the flow hook. |
sharedFlow |
Shared flow attached to this flow hook, or empty if there is none attached. |
continueOnError |
Optional. Flag that specifies whether execution should continue if the flow hook throws an exception. Set to |
Methods |
|
---|---|
|
Attaches a shared flow to a flow hook. |
|
Detaches a shared flow from a flow hook. |
|
Returns the name of the shared flow attached to the specified flow hook. |
|
Lists the flow hooks attached to an environment. |