0
votes
0answers
33 views

Visual Studio 2012 deploying workflow

I uploaded the wsp file of a visual studio 2012 workflow to galleries->solutions in central admin. The feature appears in manage features on central admin but does not show up in site settings on ...
0
votes
0answers
27 views

what is the best method to upgrade a custom workflow?

I have a sharepoint 2010 farm. I have created in visua studio some custom lists, content types, fields, views and 2 workflows. This workflow is connected to my custom content type. My custom content ...
0
votes
2answers
61 views

How to apply a activated feature/workflow to a list

I have created a global workflow and added it to a SP 2010 site as a solution (which I have activated), but when I go to apply this workflow to my list/library the new workflow template is not in the ...
0
votes
0answers
108 views

nintex workflows not working [closed]

I've attached a couple of workflows to some lists and they work fine. But then when I deploy a wsp package they stop working (the workflow's status is 'starting') For your information, the wsp only ...
2
votes
1answer
249 views

Deploying approval workflow in 2010 as wsp?

I am creating a sharepoint 2010 designer workflow (Approval). I want to deploy this to the live server for the project I am on. Is it possible to produce a wsp package? How can I deploy this unit of ...
4
votes
2answers
2k views

modify web.config programatically to add a workflow authorized type

I need to add a line in the web.config under authorizedtypes, I want to do it with a wsp solution so that sharepoint takes care of syncrhonizing it with other front end servers. I just want to put ...
2
votes
1answer
973 views

Export SPD List Workflow to Visual Studio 2010

is it possible to export a SPD List associated workflow into a .wsp-Package for further editing in Visual Studio 2010? Since it is possible with reusable workflows i wanted to know whether it is ...
4
votes
1answer
419 views

Is it possible to export a site workflow?

If I have a Site Workflow on my development machine, what's the best way to deploy it onto the production system which is hosted on Microsoft SharePoint Online? I have found a way of doing it which ...
1
vote
1answer
510 views

Removing references to old Solution Workflow files

As part of an upgrade to Sharepoint 2010 from 2007, I've been removing old FAB40 templates by using the following process for each FAB40 solution; Delete any sites which use the solution, and ensure ...
0
votes
1answer
834 views

How to maintain workflow associations when deploying a SharePoint Designer wsp file on my customer's machine?

I know this might be a silly question but here goes... I created an event calendar site and it has some customized webparts (done using visual studio), custom views (XLV webpart views) and workflows ...
1
vote
2answers
559 views

Multiple workflows in a sharepoint feature

Really simple - I'm wondering if it's possible to pack multiple custom workflows in a single wsp-solution/feature. I thought I could just create the workflows, and then add multiple instances of ...
2
votes
1answer
723 views

Custom Workflow Activity - Solution does not exist

I've created a custom Workflow Activity, per the instructions at http://www.wictorwilen.se/Post/Sandboxed-workflow-activities-in-SharePoint-2010.aspx. I created my custom action, and I deployed it ...