Workflow error after upgrading to 7.9.4

Hi All,

I don’t know if any one else has seen this but since upgrading to 7.9.4 I have an issue with the Workflow Module. I’m trying to create a new workflow to send an e-mail but under actions when I select ā€œSend Emailā€ I no longer get the additional attributes to select a template or who the email gets sent too.

Any ideas on what’s causing this would be greatly appreciated.

Many thanks,

Tom

I’m still trying to work this issue, I’ve worked out that it is not to do with version 7.9.4 as I’m running this on a test environment with my live data and fresh copy of suitecrm that I have upgraded to 7.9.4

Attached is more details of the 500 error, it looks like AOW_workflow is failing to load actions=sendemail

Any ideas on a fix please let me know

Solved.
Problem was a custom module had not removed correctly.

remove or ā€œ//ā€ out the following in …/custom/application/Ext/Include/modules.ext.php

$beanList[ā€˜Custom_Module’] = ā€˜Custom_Modules’;
$beanFiles[ā€˜Custom_Module’] = ā€˜modules/Custom_Module/Custom_Module.php’;
$moduleList[] = ā€˜Custom_Module’;