Robert Ambrus
07/12/2023, 1:25 PMDavid Espejo (he/him)
07/12/2023, 3:59 PMRobert Ambrus
07/12/2023, 4:00 PMDavid Espejo (he/him)
07/12/2023, 4:00 PMRobert Ambrus
07/12/2023, 4:01 PMDavid Espejo (he/him)
07/12/2023, 4:03 PMRobert Ambrus
07/12/2023, 4:03 PMGeert
07/12/2023, 5:04 PMflytectl get execution -p tmp -d development -o yaml | yq -r '.[].id.name' | xargs -I {} flytectl delete execution -p tmp -d development {}
Gives for executions in all kind of phases (ABORTED
, FAILED
, SUCCEEDED
):
Error: rpc error: code = FailedPrecondition desc = Cannot abort an already terminate workflow execution
Yee
Geert
07/13/2023, 7:13 AM