redriveStatus
Indicates whether or not an execution can be redriven at a given point in time.
For executions of type
STANDARD,redriveStatusisNOT_REDRIVABLEif calling the RedriveExecution API action would return theExecutionNotRedrivableerror.For a Distributed Map that includes child workflows of type
STANDARD,redriveStatusindicates whether or not the Map Run can redrive child workflow executions.For a Distributed Map that includes child workflows of type
EXPRESS,redriveStatusindicates whether or not the Map Run can redrive child workflow executions.You can redrive failed or timed outEXPRESSworkflows only if they're a part of a Map Run. When you redrive the Map Run, these workflows are restarted using the StartExecution API action.