How do you reliably deploy workflows from code? I have put workflow
model data in both places /conf/global/settings/workflow/models and
/var/workflow/models. I deploy these to the target system(s) but I find
these odd things sometimes:New workflows don't show up in the Touch UI
until I open them in Classic UI and save them.If I update the workflow
in code and then deploy, It runs the old workflow steps even though I
see the new steps in both classic and touch UI editors. The old steps
are run un...