update when-then blocks across docs

This commit is contained in:
Shahed Nasser
2024-12-11 11:08:52 +02:00
parent fd23f13cfd
commit 3522c0f0e0
6 changed files with 83 additions and 75 deletions
+1 -2
View File
@@ -2296,8 +2296,7 @@ const workflow = createWorkflow(
return input.is_active
}
).then(() => {
const stepResult = isActiveStep()
return stepResult
return isActiveStep()
})
// executed without condition