Hi all
Bit of a general question, but I was wondering whether anybody had any examples of best practice that they could share with regards to documentation of workflows and how they hang together.
With different people working on different pieces of analysis, and to avoid a single workflow becoming too unwieldly, we find that we end up with multiple workflows which may or may not depend on the output of another workflow.
If original data or an intermediate workflow changes, then it is currently down to the user to remember to flush these changes through any dependent workflows. Is there a better way than just manually recording the workflow structure?
Thanks