Chaining multiple ReFramework workflows one after another

Hi, I have a process that can’t be accomplished within one ReFramework, how do I chain multiple ReFramework workflows with dependencies together while preserving its exception handling and recovery capabilities?

  1. Clean and collate together multiple Excel files with multiple sheets within each (This itself requires copying each row line by line to a collated file)
  2. Evaluate each row in the collated list for errors and duplicates, highlight if errors and/or duplicates (Another loop through the output of the first iteration)

Hi @DEATHFISH

Please see this entire thread, it should give you enough insights about how to achieve it:

2 Likes