Can anyone provide guidance on best practices for deploying changes to workflow? This is in regards to changes made in the workflow editor under:
Accounts payable > Setup > Accounts payable workflows > Edit button to open the workflow editor
I have created a new automated task for the vendor invoice workflow. I have manually configured it in my development environment and it's working well. Is there a recommended approach to getting this change to my production environment? We have a process for building and deploying code changes. I'm just concerned with getting my workflow configuration changes out. Is there a good way to automate those changes without having to manually configure the changes to workflow in the AX workflow editor form? This seems to be data and normally with deploying data changes, we use an AX job to run one-off data creation/update scripts that are required for updated functionality. The data behind the workflow configuration looks pretty complex and I believe it's in some system tables so I didn't really want to go down that path to deploy workflow changes. Is there any other way that anyone is aware of? Any suggestion is greatly appreciated!