Tagged Questions
0
votes
0answers
21 views
SP2010 farm scoped custom workflow action not available in designer
We're trying the "Update Items By List View" custom workflow action available here:
http://efspwfactivities.codeplex.com/releases/view/63115
It works fine in one of our development environments ...
0
votes
1answer
76 views
Deploy List Workflow in Production Environment
I created list workflow using SharePoint Designer.
How to deploy my list workflow in Production environment?
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
1answer
78 views
Instances of older workflow version when deploying newer one
The question's about Sharepoint 2010.
Let's consider a following scenario: there are instances of a workflow X in progress at the server (for example, waiting for user's interaction). Then, ...
3
votes
1answer
89 views
SharePoint 2010 Workflow Deployemnet from DEV to UAT
I have Sharepoint 2010 DEV and UAT sites. I have made some changes in DEV workflow and I want to deploy the changed workflow to UAT site.
I have created the workflow template and saved .wsp file to ...
1
vote
0answers
142 views
how to maintain workflow task list data when retracting or removing workflow association
whenever i try to remove workflow association or retract workflow solution (.wsp) all associated task list data also gets deleted.
i want to prevent this behavior as task list data is important for ...
2
votes
1answer
119 views
SP 2007 custom workflow activity not deploying properly
I have a relatively simple workflow activity that just removes all permissions on a list item.
This activity runs great in our test environments which is 2k8 r2 64bit.
However, when we GAC the ...
5
votes
2answers
647 views
Upgraded instances of a workflow become 'stuck' and do not pickup OnTaskChanged Activities
I have a very simple workflow as seen here:
When a user goes to act on a task, they are presented with an InfoPath form. The form displays some information. The user either selected 'Approve' or ...
1
vote
1answer
122 views
Workflow deployment in a multiple WFE farm environment
The issue is:,
I change the visual studio workflow's initiation form via infopath
create the wsp package again
Retract and Remove it via the ca.
Deploy the new package via powershell
When I try to ...
1
vote
3answers
125 views
VS2010 Workflow Update Deployments Failing to Update System Account Codebase
I've been suffering through an issue I haven't managed to find much documentation on over the past several weeks as I've begun working on my first custom workflow project. I have a workflow solution ...
1
vote
1answer
223 views
Customize OOTB Approval workflow and deploy in other environments
I would like to customize the OOTB approval workflow of a 2010 site and change the email bodies to include column values from lists in the site. The site is in a QA environment. How would I go about ...
12
votes
2answers
770 views
sharepoint designer 2010 workflow lifecycle
I've build a workflow with SharePoint Designer 2010 on a dev computer. Let's say it's in V1.
Now I want to move the workflow to the production environment. What is the correct way to do that ?
I've ...
0
votes
1answer
839 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
1answer
663 views
Using a globally reusable workflow
I have created a globally reusable workflow in Sharepiont Designer. I was able to save it as a .wsp. I would like to deploy and use this workflow to a different site collection. After succesfully ...
2
votes
2answers
113 views
Managing the deployment of lists/workflows in 2010
If we are creating workflows and lists using the out of the box tools in 2010 on a development machine, is there a preferred way of moving them to test and live once we are happy?
Thanks for any ...
3
votes
1answer
425 views
How to deploy a workflow as part of a site definition?
We have a customer that will be creating many sites based on a site definition.
The sites include a list. We would like to connect a workflow to that list such that the workflow starts whenever a new ...
3
votes
2answers
849 views
Workflows stuck 'in progress' when moved to SharePoint farm environment
We have developed a number of custom approval workflows in Visual Studio 2008. They basically create task and work through a 2 stage approval process, once a task is completed, it generates new tasks ...