Skip to content

Commit

Permalink
Merge pull request activepieces#5256 from activepieces/fix/store
Browse files Browse the repository at this point in the history
fix: count failed step
  • Loading branch information
abuaboud authored Aug 4, 2024
2 parents d77abb7 + 3740107 commit 409e5e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/engine/src/lib/handler/piece-executor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ const executeAction: ActionHandler<PieceAction> = async ({ action, executionStat
return executionState
.upsertStep(action.name, failedStepOutput)
.setVerdict(ExecutionVerdict.FAILED, handledError.verdictResponse)
.increaseTask()
}
}

Expand Down

0 comments on commit 409e5e4

Please sign in to comment.