How to refactor complex dataflow

Hi,

How can one refactor a complex dataflow quickly ?
Sometimes a data flow is passed from one colleague to another who is not really familiar with the flow. If it is a spaghetti like data flow, the first task is to refactor the flow.

How can one achieve a more readable refactored flow quickly without knowing all the details of the flow?

Any suggestions?

Thanks
Nikolaas

That’s a too broad question.

Usually, a good starting point in understanding a workflow is to look at the workflow diagram (the “Diagram” menu tab) and explore its external dependencies.