Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.32 KB

FlowStageBinding.md

File metadata and controls

20 lines (15 loc) · 1.32 KB

FlowStageBinding

Properties

Name Type Description Notes
pk uuid::Uuid [readonly]
policybindingmodel_ptr_id uuid::Uuid [readonly]
target uuid::Uuid
stage uuid::Uuid
stage_obj models::Stage [readonly]
evaluate_on_plan Option<bool> Evaluate policies during the Flow planning process. [optional]
re_evaluate_policies Option<bool> Evaluate policies when the Stage is present to the user. [optional]
order i32
policy_engine_mode Option<models::PolicyEngineMode> [optional]
invalid_response_action Option<models::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. [optional]

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