select * from aif_processes where status='RUNNING';
UPDATE aif_processes SET status='FAILED' where status='RUNNING';
<< >>
M'voilà