Skip to content

Commit

Permalink
fix(#948): map COMPLETED state to FinishProcessInstanceCommand (#949)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael von Bargen <[email protected]>
  • Loading branch information
MichaelVonB and Michael von Bargen authored Feb 21, 2024
1 parent ad5683d commit fd50485
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ class ProcessInstanceEventCollectorService(
deleteReason = processInstance.deleteReason
)
// finish
HistoricProcessInstance.STATE_COMPLETED,
HistoricProcessInstance.STATE_INTERNALLY_TERMINATED ->
FinishProcessInstanceCommand(
sourceReference = processInstance.sourceReference(repositoryService, camundaTaskpoolCollectorProperties.applicationName),
Expand Down

0 comments on commit fd50485

Please sign in to comment.