Is it possible to retry a failed workflow
I'm importing contacts from another source.
They are 1k+
The 1st 100 went throug, while the rest of them failed even without trying
Is it possible to re trigger the workflows
3 Replies
@thomast
You cannot re-trigger a workflow
You can only execute 100 workflows at a time yes. If you are self hosting you can raise that limit. Otherwise, instead of doing one import per workflow, you could use an iterator step
Got it. I'm using Cloud based
I'll create a script for do it using the API. Thanks