Is it possible to create a workflow in afresco that will do token replacements in text files similar to what is done in ant, to support different values based on what environment we are publishing too (delta alpha prod.. ect)? I tried doing this post processing using a postcommit process using the hooks provided via FSR but was wondering if this work could also be done in a workflow process?
In your workflow, you won't know if you are publishing to delta alpha prod, etc. Unless of course you have separate workflows, which means you'll be versioning the completed templates. Do you want to track the completed (tokens replaced) files? If not, FSR sounds like the best place to do it.