Skip to content

Commit

Permalink
bugfix 609 (cadence-workflow#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 authored Mar 13, 2018
1 parent 6164b73 commit 1f1d16f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions service/history/transferQueueProcessor.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,10 +499,11 @@ func (t *transferQueueProcessorImpl) processCloseExecution(task *persistence.Tra
switch err.(type) {
case *workflow.EntityNotExistsError:
err = nil
default:
return err
}
}
if err != nil {
return err
}

// Record closing in visibility store
retentionSeconds := int64(0)
Expand Down

0 comments on commit 1f1d16f

Please sign in to comment.