mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
correctly set flow initial job status on running preview (#6214)
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
args: Record<string, any>,
|
||||
restartedFrom: RestartedFrom | undefined
|
||||
) {
|
||||
if (stepHistoryLoader?.flowJobInitial) {
|
||||
if (stepHistoryLoader?.flowJobInitial !== false) {
|
||||
stepHistoryLoader?.setFlowJobInitial(false)
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user