I have a long running subscription lifecycle workflow. Can you please suggest best practices to accommodate any feature additions to it?
Using workflow versions can solve for workflows which are submitted new, how can we patch new code additions to older running workflows? Please advise.
Use Workflow.getVersion (Java) or workflow.GetVersion (Go) APIs to version workflow code. See their documentation for specifics. Let us know if the documentation is not clear.