As I am working on building a process, I have run across something I would like to put out there as a possible feature enhancement to workflow.
This process requires gathering email addresses for multiple vendors and/or providers. Since these emails address are likely to change due to changes in staff or responsibilities, I store them in a SQL table and just query it to pull the most recent addresses.
Since I have 8 separate workflows that need this information, I made the query a workflow of its own and just invoke the workflow at the beginning of the other workflows. This way all changes are limited to 1 workflow (changes such as adding tokens for new providers).
However, every time I change this workflow to add new tokens (output parameters), I need to open all the other workflows just to update the parameters on the invoke workflow activity.
It would be great if a future version of workflow could include the option to automatically update the parameters every time it runs.
Thanks.