Job 4a08eef8-2087-11ea-ba82-00155d71c603 (Process Workflow Tasks) failed in CRON run

Anyone Got This Type Of Error.. when cron is running

Not getting mails from specific workflow(Subscriptions) .. i have checked conditions everything is fine.. from last couple of days not getting mails when i checked cron getting this error.. Remaining all jobs running good

Any help at all would be great...

Parents Reply
  • You may need to clean up your workflow files manually. What version of Sugar are you using?

    I recommend going navigating to the path

    source/custom/modules/<module>/workflow/

    and cleaning out the files contained in the directory manually for each module that you think may be affected by broken workflows.

    If you think the issues are e-mail related, you can go to

    source/modules/Mailer/SmtpMailer.php

    and add logs to the connectToHost function to find out if you have problems with connecting to your mailserver

Children