Hello everyone,
I’m having an issue with a BPMNFlowchart process in EspoCRM.
The process is meant to automatically enrich Cases upon creation (e.g., via email) by updating several fields:
The process starts correctly with a Start Event “Case Created”. The first task (“Set Date d’ouverture to Created At”) executes without any problem.
However, the following tasks : “Set Priority from Urgent Keyword”, “Set Origine du ticket” and “Set Ticket Category” are never executed( I see no update for them in the case logs).
Important notes
Question
Has anyone else experienced this issue where the first BPMN task runs, but subsequent tasks in the same process are skipped without error? Could this be related to how BPMN handles multiple consecutive update tasks on the same record?
I’m attaching:
Any help would be greatly appreciated!


I’m having an issue with a BPMNFlowchart process in EspoCRM.
The process is meant to automatically enrich Cases upon creation (e.g., via email) by updating several fields:
- " Date d’ouverture " (works)
- " Priority " (does not work)
- " Origine du ticket " (does not work)
- " Catégorie du ticket " (does not work)
The process starts correctly with a Start Event “Case Created”. The first task (“Set Date d’ouverture to Created At”) executes without any problem.
However, the following tasks : “Set Priority from Urgent Keyword”, “Set Origine du ticket” and “Set Ticket Category” are never executed( I see no update for them in the case logs).
Important notes
- I have checked the internal field names in the Entity Manager (the labels).
- Enum values used in formulas (Normal, None, Incident, Demande, etc.) exactly match what is defined in the field settings.
- BPMN is active and published.
- This happens both when creating a Case via email and when creating one manually.
Question
Has anyone else experienced this issue where the first BPMN task runs, but subsequent tasks in the same process are skipped without error? Could this be related to how BPMN handles multiple consecutive update tasks on the same record?
I’m attaching:
- Full BPMNFlowchart view
- Details of the “working” task (Init Date d’ouverture)
- Details of the “non-working” tasks with their formulas
Any help would be greatly appreciated!
Comment