Tagged Questions
0
votes
3answers
41 views
SharePoint Designer 2010 Workflows
Is there a way to set a field with [Today] date and not have it change once it is set.
Thanks
Kim
1
vote
0answers
23 views
How can i get workflow's activities collection from SPWorkflowTemplate?
I can't find any method or property of SPWorkflowTemplate that returns a activities collection. Also XML representation doesn't contains any references to activities neither. Is there any approach to ...
0
votes
2answers
87 views
How to change the From address in Feedback workflow email?
I am having a workflow for a document library. Whenever the workflow starts, it sends an emails with From: Documents. I want to change it to the current user. How is it possible?
0
votes
3answers
684 views
ListItem Update from Client Object Model Not Triggering OnWorkflowItemChanged Activity
I am experiencing difficulty creating a file in a document library using the client object model. My custom Visual Studio 2010 workflow is not detecting the updates I am making to the file's list item ...
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 ...
0
votes
2answers
213 views
Sharepoint 2010 workflows created in Visual studio deployment and redeployment strategies?
We need help from experts regarding workflows deployment strategies.
We have several state machine workflows created using VS-2010, now after deployment, Client will ask for changes inside it e.g. ...
0
votes
1answer
176 views
How to return user or group in SharePoint Designer custom activity?
How can I return a user or group in SharePoint Designer custom activity?
A return type of SPUser seems to be not possible. SharePoint Designer workflow does not recognize the return type.
public ...
0
votes
0answers
330 views
Best Practices for StateMachine Workflow update operations
In our Workflow we have lots of updates to running workflow Document library item and its associated tasks..currently we are using simple approach as
For Document Library :
Public Shared Sub ...
0
votes
2answers
418 views
OnTaskCreated Sharepoint 2010 statemachine workflow not firing (Micorsoft Bug!!)
Workflow Scenario:
State-A create task-A and we get OnTaskCreated event, where onchange of task-A we goto State-B where in it we created Task-B, now we are facing problem with Task-B as its ...
0
votes
1answer
1k views
Custom workflow activity shows up but can't be selected?
I have created a custom workflow activity and successfully deployed it. The issue I am running into is that when I try to select it when creating a workflow using SharePoint designer, nothing ...
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 ...
5
votes
1answer
450 views
How to make custom workflow activity parameter optional
I'm developing a custom Sharepoint 2010 workflow activity and I need some of it's parameters to be optional. For example, I need a user, using Sharepoint Designer, to be able to specify document path, ...
2
votes
2answers
2k views
Definitive answer to sending emails to SP Group from Workflow
I understand that there are some issues when you use SharePoint group in To/CC field in "Send Email" activity in a workflow designed using SharePoint 2010.
I searched on internet for solution and I ...
1
vote
0answers
161 views
Workflow EventReceiver (how modify init (start) form of approval workflow)
My problem is:
I think that I should create event receiver on SP approval workflow. My custom code in that "receiver" should need to do modification to init form (properties) of that workflow. ...