Details
-
Feature
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Description
The job reads messages from an email inbox into an array. Then for each element an action such as adding an order to a job chain is performed.
Desired behaviour
Instead of putting the elements into an array, the execute() method should be called for each element when the element is read.