Hi TomasV,
Even after you change the workflow and deploy a new version, the old instances will still refer the old version of the workflow and run without any error.
But when you are changing the smartform which interacts with workflow now we need to consider 2 things here.
1. if the smartform is used to start the workflow , then there should not be any issue with the changes as it refers new workflow version
2. When you are using smartform to perform an action/worklistitem, then there is a chance of the form getting break as the instances of old workflow version will not have the data that you have included in new workflow version, so this scenario needs to be handled.
REgards,
Vijay.
Thank you for the clarification!!
This re-inforces my suspicions.
-tomas
tomasv,
I think I know what you are refering to. When you make a change you will need to go to each rule that calls the workflow. Both on initialize and on click. Then remap the serial number and the item reference. If the new column does not show up in the workflow you will need to refresh the smartobject. I have found the process to refresh the smartobject is to copy the guid of the current smartobject then rebuild the smartobject using the current guid. I hope this helps.
Thanks,
Bryan Peters