correctly set flow initial job status on running preview (#6214)

This commit is contained in:
Guilhem
2025-07-17 14:02:06 +00:00
committed by GitHub
parent 71d6bbbdc3
commit 9a0b75be84
@@ -122,7 +122,7 @@
args: Record<string, any>,
restartedFrom: RestartedFrom | undefined
) {
if (stepHistoryLoader?.flowJobInitial) {
if (stepHistoryLoader?.flowJobInitial !== false) {
stepHistoryLoader?.setFlowJobInitial(false)
}
try {