Hi,
I have successfully created a simple workflow on a list that logs a message: "message 1" in the workflow history list when an item is created in that list.
The workflow is saves as a wsp file in Sharepoint Designer 2013 and uploaded so it can be activated on multiple subsites in the sitecollection.
This Works great. However now I wish to change the logged message to "message 2". The procedure I try to fullfill in order to do this is (please correct me if I'm wrong):
1. Deactivate the feature on the subsites where it is running and deactivate it on the site Collection.
2. Uninstall the solution
3. Upload the new solution with the "message 2" logged message.
4. activate it the site Collection and in the subsites where it was previous added.
The feature is activated correctly in the site however the workflow running still says "message 1" in the history log!. What am I missing here?
I've then tried to activate the new workflow on another subsite (where it has not previously been activated) and here it display the correct log mesage "message 2".
Any ideas?
Thanks for your time