We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5cb79f3 + ca1d745 commit 8666f11Copy full SHA for 8666f11
1 file changed
ProcessMaker/Jobs/TerminateRequestEndEvent.php
@@ -40,5 +40,7 @@ public function action(ProcessRequest $instance)
40
41
$instance->status = 'COMPLETED';
42
$instance->save();
43
+
44
+ CaseUpdateStatus::dispatchSync($instance);
45
}
46
0 commit comments