Krombacher wants to make the AMQP component more convenient to use. Currently, each scheduled flow execution will create a record in the Executions list with no messages and no logs inside. All the logs and emitted messages will appear in the first execution. This is inconvenient for error handling, and the problem is we store executions for 30 days, so after a month passes this execution will be lost.
Description
Krombacher wants to make the AMQP component more convenient to use. Currently, each scheduled flow execution will create a record in the Executions list with no messages and no logs inside. All the logs and emitted messages will appear in the first execution. This is inconvenient for error handling, and the problem is we store executions for 30 days, so after a month passes this execution will be lost.
Component Version
1.4.2
Definition of Done