Hi All
Is it a good practice to call a workflow inside the same workflow ?
Hi All
Is it a good practice to call a workflow inside the same workflow ?
It’s fine to call a workflow within a workflow. In fact, there are cases in the REFramework where this is done. However, I would limit how many layers of workflow calls you use if possible, as having too many layers can sometimes be as bad as having too many nested sequences.