Update Decision Flow
update_decision_flowModify an existing SAS Intelligent Decisioning flow by passing the full ordered list of rule set steps; the entire flow is replaced, not patched.
Instructions
Update an existing SAS Intelligent Decisioning flow.
Pass ALL rule set steps (existing + new) — the full flow is replaced on update, it is not a partial patch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Decision name (max 60 chars). | |
| signature | Yes | Flow-level input/output variables. | |
| decision_id | Yes | The existing decision flow UUID (not its name — list_decision_flows returns both). | |
| description | No | Optional description. | |
| rule_set_steps | Yes | Ordered list of rule set steps (see ``create_decision_flow`` for the shape). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||