Hi,
I'm struggling to find a way out an issue i'm facing. I have a BPMN flow in which a task is created and a step assigns user via an assignement rule. Then I've a general workflow rule that matches task changes, to send email upon user assignements changes. This email never gets out when task is created in BPMN.
Digging inside code I stubled upon Workflow\Actions\SendEmail.php and in run() :
but tracing $actionData shows no processImmediately property...
so it never get sended immediately but created jobs sql rows...
This actually does not solve my problem but It seems a bug to me...
Michele
I'm struggling to find a way out an issue i'm facing. I have a BPMN flow in which a task is created and a step assigns user via an assignement rule. Then I've a general workflow rule that matches task changes, to send email upon user assignements changes. This email never gets out when task is created in BPMN.
Digging inside code I stubled upon Workflow\Actions\SendEmail.php and in run() :
PHP Code:
removed source code
so it never get sended immediately but created jobs sql rows...
This actually does not solve my problem but It seems a bug to me...
Michele
Comment