Last Execution

Continuing the discussion from How to get new RSS item?:

The current solution for last execution data is not ideal. It requires too much setup with addtional nodes and does not work during development of a workflow.

Maybe this should be a seperate node, or maybe the lastExecution of a workflow should at least be saved to global state by default.

The current plan to make that simpler in this case and many others is to create a kind of ProcessOnce-Node (will probably not be the name).

So users would simply send in the items, define a unique property which can be used to easily check if something got already processed (like ID or timestamp and that would be it. Items which would got processed by the workflow before would pass and all others would be removed.

1 Like

Sounds great, and very compatible with the Execute Workflow Node. Any idea on ETA? :thinking:

Sadly not, our team is still very small and we are currently trying our best to find the perfect developers to join us to be able to release new features faster.

no pressure! :slight_smile: thanks for you effort.

Thanks, sure! But we have some great people in the pipeline. So the situation should hopefully improve soon.

This should be addressed in ⚡ Add FilterNew node that reports new or unseen items by fahhem · Pull Request #2310 · n8n-io/n8n · GitHub, please let me know if it doesn’t work for you.

1 Like