Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 1.28 KB

FlowStageBinding.md

File metadata and controls

19 lines (15 loc) · 1.28 KB

FlowStageBinding

Properties

Name Type Description Notes
pk UUID [readonly]
policybindingmodelPtrId UUID [readonly]
target UUID
stage UUID
stageObj Stage [readonly]
evaluateOnPlan Bool Evaluate policies during the Flow planning process. [optional]
reEvaluatePolicies Bool Evaluate policies when the Stage is present to the user. [optional]
order Int
policyEngineMode PolicyEngineMode [optional]
invalidResponseAction InvalidResponseActionEnum Configure how the flow executor should handle an invalid response to a challenge. RETRY returns the error message and a similar challenge to the executor. RESTART restarts the flow from the beginning, and RESTART_WITH_CONTEXT restarts the flow while keeping the current context. * `retry` - Retry * `restart` - Restart * `restart_with_context` - Restart With Context [optional]

[Back to Model list] [Back to API list] [Back to README]