# RestartedFrom
## Properties
**flow_job_id** | Option<[**uuid::Uuid**](uuid::Uuid.md)> | | [optional]
**step_id** | Option<**String**> | | [optional]
**branch_or_iteration_n** | Option<**i32**> | 0-based iteration index for ForLoop / branch index for BranchAll. Iterations 0..n-1 are preserved; iteration n is restarted. | [optional]
**flow_version** | Option<**i32**> | | [optional]
**branch_chosen** | Option<[**models::RestartedFromBranchChosen**](RestartedFrom_branch_chosen.md)> | | [optional]
**nested** | Option<[**models::RestartedFrom**](RestartedFrom.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)