Guys, let me check if I got it right (considering cloud n8n):
Changes made in getWorkflowStaticData(‘global’) during the execution 1 (say E1) will be available in the execution 2, only after E1 has finished.
So there is no way to share some state between two or more concurrent executions.
Am I right?
Olek
2
Hello and welcome to the community!
That’s exactly what documentation says. And there is no mechanism to signal this event between executions.
One would need to implement their own state management using e.g. DB or webhooks.
If this resolves your question, please mark this post as a
Solution.
1 Like
system
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.