Hi, how do you handle updates on existing workflow...
# sdf
w
Hi, how do you handle updates on existing workflows through SDF. As the updates are add/update only, we have issues where deleted transitions, buttons etc remains. Do you stop and delete the entire workflow and then re-add it?
c
Workflow instances take copies of the workflow when first created, so any changes you make to the workflow itself will only work for new instances. This allows old instances to continue working without falling over terribly. (I imagine behind the scenes it's just creating a javascript/suitescript representation of the workflow & saving it with the records workflow instance)
w
Sure, but how do you solve removing transitions / states / actions / etc. when deploying through SDF? Right now we do those changes manually.