Better to set up the first one as a recursive workflow that once it ends starts the second one that could continue to be a list … or another recursive wf if so preferred
Thanks for this quick reply.
What do you call recursive workflow?
API workflow on list with call another WF API for each item of the list isn’t yet a recursive workflow?
Hi,
this is exactly what I do.
I have a Main Workflow (A) with a workflow on a list (B) with is call recursively another workflow (C). This is run perfectly.
When I want to do :
Main Workflow (A) with :
workflow on a list (B) with is call recursively another workflow (C).
workflow on a list (D) with is call recursively another workflow (E).