Recently i have been facing this issue a lot because the workflows i have been working have large number of tools and macros and multiple database connections (inputs and outputs), because of which it is not always possible to run the worflow in designer to just get the metadata flow through entire workflow for any small changes i need to do in the workflow.
Wondering if there is an easier/aalternative way to update metadata through the workflow, without actually running it on designer once?
Example - The new fields that i added in my input file are showing in the Select tool and then also showing in the configuration window of Join tool, but the tools after that Join tool are not showing these new fields even when i have Selected these fields in Join configuration. I believe it will start showing once i am able to run the workflow on designer, but like i said its just too difficult to manage the workflow with too many inputs and outputs.
Unfortunately, due to the use of macros and other specific tools the only way to load the meta data is to run the workflow.
Some tips to reduce runtime on the workflow are: (Each of these Tips allow the appropriate Field Meta Data to flow through, so you are able to continue editing your workflow)
1.Record Limit for All inputs
2. Disable All Tools that Write Output
3. Run and Cache the workflow.
If this reply is helpful, please consider marking it as the solution to help other community users.