It's not possible to "dynamically spawn" steps in a one-to-many relation, right? I've been thinking
It's not possible to "dynamically spawn" steps in a one-to-many relation, right?
I've been thinking about an use-case, where I want to send out weekly report e-mails.
The most safe way of building this without risking double sends, would (I think) be to have one starting-step in the workflow that queries all users that should receive an report, and then I would want to spawn a further step/task for each user where the personalized report is generated and sent.
This is (currently) not possible with a workflow alone, right? I would need to use a queue instead
I've been thinking about an use-case, where I want to send out weekly report e-mails.
The most safe way of building this without risking double sends, would (I think) be to have one starting-step in the workflow that queries all users that should receive an report, and then I would want to spawn a further step/task for each user where the personalized report is generated and sent.
This is (currently) not possible with a workflow alone, right? I would need to use a queue instead

