Skip to content

Commit 8666f11

Browse files
authored
Merge pull request #8507 from ProcessMaker/bugfix/FOUR-25165
bugfix/FOUR-25165 Case Status still In-Progress in All-Cases Page After Terminate End Event Triggered by Boundary Signal
2 parents 5cb79f3 + ca1d745 commit 8666f11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ProcessMaker/Jobs/TerminateRequestEndEvent.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,7 @@ public function action(ProcessRequest $instance)
4040

4141
$instance->status = 'COMPLETED';
4242
$instance->save();
43+
44+
CaseUpdateStatus::dispatchSync($instance);
4345
}
4446
}

0 commit comments

Comments
 (0)