Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Workflow4 (State machine) using Visual Studio 2013 - Deployment problem

$
0
0

Hi,

we created a state machine using Visual Studio 2013 (and Sharepoint 2013) so we can deploy it using a WSP (with other features).

My workflow is simple for now: when a list item is created, we log to the hystory list.

The problem is that when the WSP is installed and the Workflow feature is enabled, the changes made to the workflow are not effective when I create a new element in the list.


For example: in the original workflow, we log "foo".  If I change this to "bar" and redeploy the workflow, every new element will still log "foo" instead of "bar"...

I tried to delete the worflow and the list, but it doesn't work.  The only way to have access to the new Workflow is to delete the site collection and recreate it.


I found this article which relates to my problem : http://sharepoint497.blogspot.ca/2012/09/upgrading-or-redeploying-sharepoint.html.

From a developper point of view, is there a simplier approach to deploy a workflow in a development environment?


Thanks :-)



Viewing all articles
Browse latest Browse all 7589

Trending Articles